Documentation - v1.6.0-beta.24
    Preparing search index...

    JWT-like claims identifying the agent for proactive authentication. aud (the agent's client ID) is required; all other fields are optional.

    interface ConversationClaims {
        appid?: string;
        aud: string;
        azp?: string;
        tid?: string;
        [key: string]: string | undefined;
    }

    Indexable

    • [key: string]: string | undefined
    Index

    Properties

    Properties

    appid?: string
    aud: string
    azp?: string
    tid?: string