Type Alias RefreshAuthMiddlewareOptions
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 }
Optional
fetch?: any
host: string
Optional
oauthUri?: string
projectKey: string
refreshToken: string
Optional
tokenCache?: TokenCache