Type alias WebAppAuthConfig

WebAppAuthConfig: AuthConfig & {
    auth: NodeAuthOptions & AuthRoutes;
}

Generated using TypeDoc