@creator.co/module-identity-client - v1.1.11
    Preparing search index...

    Type Alias IDMOptions

    Represents the IDM (Identity Management) options for configuring the API endpoint and related settings.

    type IDMOptions = {
        apiEndpoint: string;
        apiKey?: { accessSecret: string; accessToken: string };
        disableLogs?: boolean;
        enableSSOCodeOnRedirects?: boolean;
        externalAuth: boolean;
        externalAuthDomain?: string;
        externalAuthPath?: string;
        externalProfilePath?: string;
        externalRegistrationPath?: string;
        externalValidatePath?: string;
        jwtAPIMode?: boolean;
    }
    Index

    Properties

    apiEndpoint: string

    The API endpoint for IDM.

    apiKey?: { accessSecret: string; accessToken: string }
    disableLogs?: boolean

    Optional flag to disable logging.

    enableSSOCodeOnRedirects?: boolean

    Optional flag to enable SSO code on redirects.

    externalAuth: boolean

    Flag to enable external authentication.

    externalAuthDomain?: string

    The domain for external authentication.

    externalAuthPath?: string
    externalProfilePath?: string
    externalRegistrationPath?: string
    externalValidatePath?: string
    jwtAPIMode?: boolean

    Optional flag to enable JWT API mode.