Interface: AuthLocalCredentialsInterface
Credentials Interface
Extends
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
active | boolean | - | ReferenceActiveInterface .active |
id | string | - | ReferenceIdInterface .id |
passwordHash | null | string | Hashed password | PasswordStorageInterface .passwordHash |
passwordSalt | null | string | Salt used to hash password | PasswordStorageInterface .passwordSalt |
username | string | - | ReferenceUsernameInterface .username |