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

Interface: AuthLocalValidateUserServiceInterface

Extends

Properties

PropertyTypeOverridesInherited from
isActive(user: ReferenceIdInterface<string> & ReferenceActiveInterface<boolean>) => Promise<boolean>-ValidateUserServiceInterface.isActive
validateUser(dto: AuthLocalValidateUserInterface) => Promise<ReferenceIdInterface<string>>ValidateUserServiceInterface.validateUser-