Typescript SDK Type Docs
    Preparing search index...

    Type Alias RefreshAuthMiddlewareOptions

    type RefreshAuthMiddlewareOptions = {
        credentials: { clientId: string; clientSecret: string };
        host: string;
        httpClient?: Function;
        httpClientOptions?: object;
        oauthUri?: string;
        projectKey: string;
        refreshToken: string;
        tokenCache?: TokenCache;
    }
    Index

    Properties

    credentials: { clientId: string; clientSecret: string }
    host: string
    httpClient?: Function
    httpClientOptions?: object
    oauthUri?: string
    projectKey: string
    refreshToken: string
    tokenCache?: TokenCache