Class AppTokenProviderParameters
- Namespace
- Microsoft.Identity.Client.Extensibility
- Assembly
- Microsoft.Identity.Client.dll
The authentication parameters provided to the app token provider callback.
public class AppTokenProviderParameters
- Inheritance
-
AppTokenProviderParameters
- Inherited Members
Constructors
AppTokenProviderParameters()
public AppTokenProviderParameters()
Properties
CancellationToken
Used to cancel the authentication attempt made by the token provider
public CancellationToken CancellationToken { get; }
Property Value
Claims
A string with one or multiple claims.
public string Claims { get; }
Property Value
CorrelationId
Correlation id of the authentication request.
public string CorrelationId { get; }
Property Value
Scopes
Specifies which scopes to request.
public IEnumerable<string> Scopes { get; }
Property Value
TenantId
Tenant id of the
public string TenantId { get; }