TaskAgentAuthorization interface
Provides data necessary for authorizing the agent using OAuth 2.0 authentication flows.
authorization |
Endpoint used to obtain access tokens from the configured token service. |
client |
Client identifier for this agent. |
public |
Public key used to verify the identity of this agent. |
Endpoint used to obtain access tokens from the configured token service.
authorizationUrl: string
Property Value
string
Client identifier for this agent.
clientId: string
Property Value
string
Public key used to verify the identity of this agent.
publicKey: TaskAgentPublicKey