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

Type declaration

  • credentials: { clientId: string; clientSecret: string }
  • Optionalfetch?: any
  • host: string
  • OptionaloauthUri?: string
  • projectKey: string
  • refreshToken: string
  • OptionaltokenCache?: TokenCache