UserFinder
Extends:
GenericFinder → ProvisionGenericFinder → UserFinder
This class allow make get request to user resource into Opengate North API.
Constructor Summary
| Public Constructor | ||
| public |
constructor(Reference: InternalOpenGateAPI) Constructor |
|
Method Summary
| Public Methods | ||
| public |
findByEmail(email: string): Promise Find a specify user by a email. |
|
| public |
findByEmailAndPassword(email: string, password: string): Promise Find a specific user with apiKey by a email and password. |
|
Public Constructors
public constructor(Reference: InternalOpenGateAPI) source
Constructor
Override:
ProvisionGenericFinder#constructorParams:
| Name | Type | Attribute | Description |
| Reference | InternalOpenGateAPI | to the API object. |