Typescript SDK Type Docs
    Preparing search index...

    Type Alias CustomAuthOptions

    type CustomAuthOptions = {
        authType?: string;
        credentials?: { clientId: string; clientSecret: string };
        disableRefreshToken?: boolean;
        fetch?: any;
        headers?: JsonObject<string>;
        host?: string;
        projectKey?: string;
        scopes?: string[];
        token?: string;
    }
    Index

    Properties

    authType?: string
    credentials?: { clientId: string; clientSecret: string }
    disableRefreshToken?: boolean
    fetch?: any
    headers?: JsonObject<string>
    host?: string
    projectKey?: string
    scopes?: string[]
    token?: string