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
Optional
httpClient?: Function
Optional
httpClientOptions?: object
Optional
oauthUri?: string
projectKey: string
refreshToken: string
Optional
tokenCache?: TokenCache