AppTokenProviderParameters Class

Definition

The authentication parameters provided to the app token provider callback.

public class AppTokenProviderParameters
type AppTokenProviderParameters = class
Public Class AppTokenProviderParameters
Inheritance
AppTokenProviderParameters

Constructors

AppTokenProviderParameters()

Properties

CancellationToken

Used to cancel the authentication attempt made by the token provider

Claims

A string with one or multiple claims.

CorrelationId

Correlation id of the authentication request.

Scopes

Specifies which scopes to request.

TenantId

Tenant id of the

Applies to