LoginParams: {
    name?: string;
    options?: Record<string, unknown>;
}

Type declaration

  • Optional name?: string

    The name of the strategy to use for login. Available strategies are: "oidc", "saml", "minitailor". If not provided, the "oidc" strategy will be used.

  • Optional options?: Record<string, unknown>

    The argument passed to the strategy's authenticate function. The content of this object is strategy-specific.

Generated using TypeDoc