AssertionRequestOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |