Skip to main content

Type Alias: EmailPasswordAuthorize()

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

Parameters

ParameterType
credentialsRecord<string, unknown> | undefined
contextEmailPasswordAuthorizeContext

Returns

Promise<Session | null>