TaskAgentAuthorization interface

Provides data necessary for authorizing the agent using OAuth 2.0 authentication flows.

Properties

authorizationUrl

Endpoint used to obtain access tokens from the configured token service.

clientId

Client identifier for this agent.

publicKey

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

Property Value