Type alias AuthMiddlewareOptions
AuthMiddlewareOptions: { credentials: Credentials; fetch?: any; host: string; oauthUri?: string; projectKey: string; scopes?: string[]; tokenCache?: TokenCache; } Type declaration
Optional
fetch?: any
host: string
Optional
oauthUri?: string
projectKey: string
Optional
scopes?: string[]
Optional
tokenCache?: TokenCache
fix until we understand how to type the new node-fetch version