Typescript SDK Type Docs
    Preparing search index...

    Type Alias AuthMiddlewareOptions

    type AuthMiddlewareOptions = {
        credentials: Credentials;
        host: string;
        httpClient?: Function;
        httpClientOptions?: object;
        oauthUri?: string;
        projectKey: string;
        scopes?: string[];
        tokenCache?: TokenCache;
    }
    Index

    Properties

    credentials: Credentials
    host: string
    httpClient?: Function
    httpClientOptions?: object
    oauthUri?: string
    projectKey: string
    scopes?: string[]
    tokenCache?: TokenCache