UserAssertion
Class
Definition
Credential type containing an assertion representing user credential.
public sealed class UserAssertion
- Inheritance
-
UserAssertion
Constructors
| UserAssertion(String) |
Constructor to create the object with an assertion. This constructor can be used for On Behalf Of flow which assumes the assertion is a JWT token. For other flows, the other construction with assertionType must be used. |
| UserAssertion(String, String) |
Constructor to create credential with client id, assertion and assertionType |
| UserAssertion(String, String, String) |
Constructor to create credential with client id, assertion, assertionType and userId |
Properties
| Assertion |
Gets the assertion. |
| AssertionType |
Gets the assertion type. |
| UserName |
Gets name of the user. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |