The Auth API routes can be handled by the AuthRouteHandlers.

interface AuthRouteHandlerParams {
    slug: undefined | string | string[];
}

Properties

Properties

slug: undefined | string | string[]