Table of Contents

Class AssertionRequestOptions

Namespace
Microsoft.Identity.Client
Assembly
Microsoft.Identity.Client.dll

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

public class AssertionRequestOptions
Inheritance
AssertionRequestOptions
Inherited Members

Remarks

Use the provided information to generate the client assertion payload

Constructors

AssertionRequestOptions()

public AssertionRequestOptions()

Properties

CancellationToken

public CancellationToken CancellationToken { get; set; }

Property Value

CancellationToken

Claims

Claims to be included in the client assertion

public string Claims { get; set; }

Property Value

string

ClientID

Client ID for which a signed assertion is requested

public string ClientID { get; set; }

Property Value

string

TokenEndpoint

The intended token endpoint

public string TokenEndpoint { get; set; }

Property Value

string