Microsoft.Identity.Client.UserAssertion
Type containing an assertion representing a user's credentials. This type is used in the
On-Behalf-Of flow in confidential client applications, enabling a web API to request a token
for another downstream API in the name of the user whose credentials are held by this UserAssertion.
See https://aka.ms/msal-net-on-behalf-of
Gets the assertion.
Gets the assertion type.
Constructor from a JWT assertion. For other assertion types (SAML), use the other constructor #ctor
Constructor of a UserAssertion specifying the assertionType in addition to the assertion