@microsoft/opentelemetry
    Preparing search index...

    Interface TokenResolverContext

    Provides contextual information to the contextual token resolver delegate.

    identity provides first-class access to agent identity fields (agent ID, agentic user ID). tenantId and identity together identify the cache key.

    interface TokenResolverContext {
        identity: AgentIdentity;
        tenantId: string;
    }
    Index

    Properties

    Properties

    identity: AgentIdentity

    The agent identity associated with this token resolution request. Contains the agent ID and agentic user ID (AAD Object ID) as first-class properties.

    tenantId: string

    The tenant identifier (part of the cache key).