TokenKey Class

Definition

Key properties for JWT token validation.

public class TokenKey
type TokenKey = class
Public Class TokenKey
Inheritance
TokenKey
Derived

Constructors

TokenKey()

Initializes a new instance of the TokenKey class.

TokenKey(String)

Initializes a new instance of the TokenKey class.

Properties

Kid

Gets or sets JWT token key id. Validation keys are looked up based on the key id present on the JWT token header.

Methods

Validate()

Validate the object.

Applies to