Typescript SDK Type Docs
    Preparing search index...

    Type Alias RefreshAuthMiddlewareOptions

    type RefreshAuthMiddlewareOptions = {
        credentials: { clientId: string; clientSecret: string };
        fetch?: any;
        host: string;
        oauthUri?: string;
        projectKey: string;
        refreshToken: string;
        tokenCache?: TokenCache;
    }
    Index

    Properties

    credentials: { clientId: string; clientSecret: string }
    fetch?: any
    host: string
    oauthUri?: string
    projectKey: string
    refreshToken: string
    tokenCache?: TokenCache