TaskAgentAuthorization interface
Provides data necessary for authorizing the agent using OAuth 2.0 authentication flows.
Properties
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. |
Property Details
authorizationUrl
Endpoint used to obtain access tokens from the configured token service.
authorizationUrl: string
Property Value
string
clientId
Client identifier for this agent.
clientId: string
Property Value
string
publicKey
Public key used to verify the identity of this agent.
publicKey: TaskAgentPublicKey