AgenticTokenStruct Class

Structure containing the token generation components.

Constructor

AgenticTokenStruct(authorization: Authorization, turn_context: TurnContext, auth_handler_name: str | None = 'AGENTIC')

Parameters

Name Description
authorization
Required
turn_context
Required
auth_handler_name
Default value: AGENTIC

Attributes

auth_handler_name

The name of the authentication handler.

auth_handler_name: str | None = 'AGENTIC'

authorization

The user authorization object for token exchange.

authorization: Authorization

turn_context

The turn context for the current conversation.

turn_context: TurnContext