Skip to main content

Interface: PasswordCredentials

@divine/uri.PasswordCredentials

Username/password credentials.

Hierarchy

Implemented by

Properties

identity

identity: string

The identity of the entity to be authorizied, like a user name of identity token.

Inherited from

Credentials.identity

Defined in

uri/src/auth-schemes.ts:9


secret

secret: string

The password.

Defined in

uri/src/auth-schemes.ts:15