Skip to main content

Type Alias: EmailPasswordRouteHandler()

type EmailPasswordRouteHandler: (context) => Promise<Response>;

Parameters

ParameterType
contextEmailPasswordRouteContext

Returns

Promise<Response>