LogoRobo.js
Packages@robojs/auth

EmailPasswordAuthorize()

Type Alias: EmailPasswordAuthorize()

type EmailPasswordAuthorize = (credentials, context) => Promise<AdapterUser | null>;

Parameters

ParameterType
credentialsRecord<string, unknown> | undefined
contextEmailPasswordAuthorizeContext

Returns

Promise<AdapterUser | null>

On this page