Typescript SDK Type Docs
    Preparing search index...

    Type Alias AuthMiddlewareOptions

    type AuthMiddlewareOptions = {
        credentials: Credentials;
        fetch?: any;
        host: string;
        oauthUri?: string;
        projectKey: string;
        scopes?: string[];
        tokenCache?: TokenCache;
    }
    Index

    Properties

    credentials: Credentials
    fetch?: any

    fix until we understand how to type the new node-fetch version

    host: string
    oauthUri?: string
    projectKey: string
    scopes?: string[]
    tokenCache?: TokenCache