API Reference
Rockets Core API
nestjs-user
interfaces
UserLookupServiceInterface

Interface: UserLookupServiceInterface

Extends

Properties

PropertyTypeInherited from
byEmail(email: string, options?: QueryOptionsInterface) => Promise<null | ReferenceIdInterface<string>>LookupEmailInterface.byEmail
byId(id: string, options?: ReferenceQueryOptionsInterface) => Promise<null | ReferenceIdInterface<string>>LookupIdInterface.byId
bySubject(subject: string, options?: QueryOptionsInterface) => Promise<null | ReferenceIdInterface<string>>LookupSubjectInterface.bySubject
byUsername(username: string, options?: QueryOptionsInterface) => Promise<null | ReferenceIdInterface<string>>LookupUsernameInterface.byUsername