Type Alias CustomAuthOptions
CustomAuthOptions: {    authType?: string;    credentials?: { clientId: string; clientSecret: string };    disableRefreshToken?: boolean;    fetch?: any;    headers?: JsonObject<string>;    host?: string;    projectKey?: string;    scopes?: string[];    token?: string;} Type declaration
OptionalauthType?: string
Optionalcredentials?: { clientId: string; clientSecret: string }
OptionaldisableRefreshToken?: boolean
Optionalfetch?: any
Optionalheaders?: JsonObject<string>
Optionalhost?: string
OptionalprojectKey?: string
Optionalscopes?: string[]
Optionaltoken?: string