Type Alias AnonymousAuthMiddlewareOptions
AnonymousAuthMiddlewareOptions: {    credentials: {        anonymousId?: string;        clientId: string;        clientSecret: string;    };    fetch?: any;    host: string;    oauthUri?: string;    projectKey: string;    scopes?: string[];    tokenCache?: TokenCache;} Type declaration
credentials: { anonymousId?: string; clientId: string; clientSecret: string }
Optionalfetch?: any
host: string
OptionaloauthUri?: string
projectKey: string
Optionalscopes?: string[]
OptionaltokenCache?: TokenCache