Typescript SDK Type Docs
    Preparing search index...

    Type Alias RequestBaseOptions

    type RequestBaseOptions = {
        basicAuth: string;
        body: string;
        httpClientOptions?: object;
        request: MiddlewareRequest;
        tokenCache: TokenCache;
        tokenCacheKey?: TokenCacheOptions;
        tokenCacheObject?: TokenStore;
        url: string;
    }
    Index

    Properties

    basicAuth: string
    body: string
    httpClientOptions?: object
    tokenCache: TokenCache
    tokenCacheKey?: TokenCacheOptions
    tokenCacheObject?: TokenStore
    url: string