Member Junction
    Preparing search index...

    Resolved configuration for the WorkOS AuthKit client. Provided via the 'workosConfig' injection token (see angularProviderFactory).

    interface WorkOSAuthConfig {
        apiHostname?: string;
        clientId: string;
        devMode?: boolean;
        redirectUri?: string;
    }
    Index

    Properties

    apiHostname?: string

    Override the WorkOS API hostname (rarely needed; for proxies / custom domains).

    clientId: string

    WorkOS AuthKit client ID (e.g. client_01H...). Required.

    devMode?: boolean

    Enables AuthKit dev mode (localStorage session, no third-party cookies).

    redirectUri?: string

    OAuth redirect URI registered in the WorkOS dashboard. Defaults to window.location.origin.