TaskAgentAuthorization Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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. |