API Reference
Rockets Core API
nestjs-auth-local
interfaces
AuthLocalCredentialsInterface

Interface: AuthLocalCredentialsInterface

Credentials Interface

Extends

Properties

PropertyTypeDescriptionInherited from
activeboolean-ReferenceActiveInterface.active
idstring-ReferenceIdInterface.id
passwordHashnull | stringHashed passwordPasswordStorageInterface.passwordHash
passwordSaltnull | stringSalt used to hash passwordPasswordStorageInterface.passwordSalt
usernamestring-ReferenceUsernameInterface.username