Share 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

ClientID

Client ID for which a signed assertion is requested

TokenEndpoint

The intended token endpoint

Applies to