Typescript SDK Type Docs
    Preparing search index...

    Type Alias AnonymousAuthMiddlewareOptions

    type AnonymousAuthMiddlewareOptions = {
        credentials: {
            anonymousId?: string;
            clientId: string;
            clientSecret: string;
        };
        fetch?: any;
        host: string;
        oauthUri?: string;
        projectKey: string;
        scopes?: string[];
        tokenCache?: TokenCache;
    }
    Index

    Properties

    credentials: { anonymousId?: string; clientId: string; clientSecret: string }
    fetch?: any
    host: string
    oauthUri?: string
    projectKey: string
    scopes?: string[]
    tokenCache?: TokenCache