Type Alias RefreshAuthMiddlewareOptions
RefreshAuthMiddlewareOptions: { credentials: { clientId: string; clientSecret: string }; host: string; httpClient?: Function; httpClientOptions?: object; oauthUri?: string; projectKey: string; refreshToken: string; tokenCache?: TokenCache;} Type declaration
credentials: { clientId: string; clientSecret: string }
host: string
OptionalhttpClient?: Function
OptionalhttpClientOptions?: object
OptionaloauthUri?: string
projectKey: string
refreshToken: string
OptionaltokenCache?: TokenCache