Skip to content

Interface: PasswordCredentials

Defined in: glide-mq/src/types.ts:8

Standard password-based credentials.

Properties

password

ts
password: string;

Defined in: glide-mq/src/types.ts:10


username?

ts
optional username?: string;

Defined in: glide-mq/src/types.ts:9

Released under the Apache-2.0 License.