ClientAssertion Class

Definition

Credential type containing an assertion of type "urn:ietf:params:oauth:token-type:jwt".

public sealed class ClientAssertion
Inheritance
ClientAssertion

Constructors

ClientAssertion(String, String)

Constructor to create credential with a jwt token encoded as a base64 url encoded string.

Properties

Assertion

Gets the assertion.

AssertionType

Gets the assertion type.

ClientId

Gets the identifier of the client requesting the token.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)