Interface: HawkCredentials
@divine/uri.HawkCredentials
Username/password credentials.
Hierarchy
↳
HawkCredentials
Properties
algorithm
• algorithm: "sha1"
| "sha256"
Defined in
uri/src/auth-schemes/hawk.ts:4
identity
• identity: string
The identity of the entity to be authorizied, like a user name of identity token.
Inherited from
Defined in
secret
• secret: string
The password.