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