Edit

Share via


TaskAgentAuthorization Class

Definition

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

[System.Runtime.Serialization.DataContract]
public sealed class TaskAgentAuthorization
type TaskAgentAuthorization = class
Public NotInheritable Class TaskAgentAuthorization
Inheritance
TaskAgentAuthorization
Attributes

Constructors

TaskAgentAuthorization()

Initializes a new TaskAgentAuthorization instance with default values.

Properties

AuthorizationUrl

Gets or sets the endpoint used to obtain access tokens from the configured token service.

ClientId

Gets or sets the client identifier for this agent.

PublicKey

Gets or sets the public key used to verify the identity of this agent.

Methods

Clone()

Creates a deep copy of the authorization data.

Applies to