UserAssertion Class

Definition

public sealed class UserAssertion
type UserAssertion = class
Public NotInheritable Class UserAssertion
Inheritance
UserAssertion

Constructors

UserAssertion(String)

Constructor from a JWT assertion. For other assertion types (SAML), use the other constructor UserAssertion(String, String)

UserAssertion(String, String)

Constructor of a UserAssertion specifying the assertionType in addition to the assertion

Properties

Assertion

Gets the assertion.

AssertionType

Gets the assertion type.

Applies to

See also