Class AgentAccessTokenValidationResult
- Assembly
- FoundationaLLM.Common.dll
Agent access token validation result object.
public class AgentAccessTokenValidationResult
- Inheritance
-
AgentAccessTokenValidationResult
- Inherited Members
- Extension Methods
Properties
Valid
Gets or sets the flag indicating whether the agent access token is valid.
[JsonPropertyName("valid")]
public required bool Valid { get; set; }
Property Value
VirtualIdentity
Gets or sets the UnifiedUserIdentity virtual identity associated with the agent access token.
[JsonPropertyName("virtual_identity")]
public UnifiedUserIdentity? VirtualIdentity { get; set; }