Compartilhar via


AssertionRequestOptions Class

Definition

Information about the client assertion that need to be generated See https://aka.ms/msal-net-client-assertion

public class AssertionRequestOptions
type AssertionRequestOptions = class
Public Class AssertionRequestOptions
Inheritance
AssertionRequestOptions

Remarks

Use the provided information to generate the client assertion payload

Constructors

AssertionRequestOptions()

Properties

CancellationToken
Claims

Claims to be included in the client assertion

ClientCapabilities

Capabilities that the client application has declared. If the callback implementer calls the token issuer using another client application object (e.g. ManagedIdentityApplication or ConfidentialClientApplication), the same capabilities should be used there.

ClientID

Client ID for which a signed assertion is requested

TokenEndpoint

The intended token endpoint

Applies to