@microsoft/opentelemetry
    Preparing search index...

    Interface AgenticTokenCacheOptions

    Options for constructing an AgenticTokenCache instance.

    interface AgenticTokenCacheOptions {
        authScopes?: string[];
    }
    Index

    Properties

    Properties

    authScopes?: string[]

    OAuth scopes for token exchange. Defaults to the A365 observability scope.