Interface: FederatedUserLookupServiceInterface
Extends
LookupIdInterface<ReferenceId,FederatedCredentialsInterface,QueryOptionsInterface>.LookupEmailInterface<ReferenceEmail,FederatedCredentialsInterface,QueryOptionsInterface>
Properties
| Property | Type | Inherited from |
|---|---|---|
byEmail | (email: string, options?: QueryOptionsInterface) => Promise<null | FederatedCredentialsInterface> | LookupEmailInterface.byEmail |
byId | (id: string, options?: QueryOptionsInterface) => Promise<null | FederatedCredentialsInterface> | LookupIdInterface.byId |