Interface: UserLookupServiceInterface
Extends
LookupIdInterface.LookupEmailInterface<ReferenceId,ReferenceIdInterface,QueryOptionsInterface>.LookupSubjectInterface<ReferenceSubject,ReferenceIdInterface,QueryOptionsInterface>.LookupUsernameInterface<ReferenceUsername,ReferenceIdInterface,QueryOptionsInterface>
Properties
| Property | Type | Inherited 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 |