Typescript SDK Type Docs
    Preparing search index...

    Type Alias AuthOptions

    type AuthOptions = {
        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