AbstractManagedIdentityAcquireTokenParameterBuilder<T> 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.
Abstract base class for managed identity application token request builders.
public abstract class AbstractManagedIdentityAcquireTokenParameterBuilder<T> : Microsoft.Identity.Client.BaseAbstractAcquireTokenParameterBuilder<T> where T : BaseAbstractAcquireTokenParameterBuilder<T>
type AbstractManagedIdentityAcquireTokenParameterBuilder<'T (requires 'T :> BaseAbstractAcquireTokenParameterBuilder<'T>)> = class
inherit BaseAbstractAcquireTokenParameterBuilder<'T (requires 'T :> BaseAbstractAcquireTokenParameterBuilder<'T>)>
Public MustInherit Class AbstractManagedIdentityAcquireTokenParameterBuilder(Of T)
Inherits BaseAbstractAcquireTokenParameterBuilder(Of T)
Type Parameters
- T
- Inheritance
-
AbstractManagedIdentityAcquireTokenParameterBuilder<T>
- Derived
Constructors
AbstractManagedIdentityAcquireTokenParameterBuilder<T>() |
Default constructor for AbstractManagedIdentityParameterBuilder. |
Methods
ExecuteAsync() |
Executes the Token request asynchronously. (Inherited from BaseAbstractAcquireTokenParameterBuilder<T>) |
ExecuteAsync(CancellationToken) |
Executes the Token request asynchronously, with a possibility of cancelling the asynchronous method. |
Validate() |
Validates the parameters of the AcquireToken operation. (Inherited from BaseAbstractAcquireTokenParameterBuilder<T>) |
WithCorrelationId(Guid) |
Sets the correlation id to be used in the authentication request. Used to track a request in the logs of both the SDK and the Identity Provider service. If not set, a random one will be generated. (Inherited from BaseAbstractAcquireTokenParameterBuilder<T>) |
WithExtraQueryParameters(Dictionary<String,String>) |
Sets Extra Query Parameters for the query string in the HTTP authentication request. (Inherited from BaseAbstractAcquireTokenParameterBuilder<T>) |