Class AssertionRequestOptions
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
Claims
Claims to be included in the client assertion
public string Claims { get; set; }
Property Value
ClientID
Client ID for which a signed assertion is requested
public string ClientID { get; set; }
Property Value
TokenEndpoint
The intended token endpoint
public string TokenEndpoint { get; set; }