Type Alias: EmailPasswordAuthorize()
type EmailPasswordAuthorize: (credentials, context) => Promise<Session | null>;
Parameters
Parameter | Type |
---|---|
credentials | Record <string , unknown > | undefined |
context | EmailPasswordAuthorizeContext |
Returns
Promise
<Session
| null
>