API Reference
Rockets Core API
nestjs-federated
interfaces
FederatedUserLookupServiceInterface

Interface: FederatedUserLookupServiceInterface

Extends

Properties

PropertyTypeInherited from
byEmail(email: string, options?: QueryOptionsInterface) => Promise<null | FederatedCredentialsInterface>LookupEmailInterface.byEmail
byId(id: string, options?: QueryOptionsInterface) => Promise<null | FederatedCredentialsInterface>LookupIdInterface.byId