Table of Contents

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

CancellationToken

Claims

A string with one or multiple claims.

public string Claims { get; }

Property Value

string

CorrelationId

Correlation id of the authentication request.

public string CorrelationId { get; }

Property Value

string

Scopes

Specifies which scopes to request.

public IEnumerable<string> Scopes { get; }

Property Value

IEnumerable<string>

TenantId

Tenant id of the

public string TenantId { get; }

Property Value

string