JwtConstants Class

Definition

Constants for Json Web tokens.

public static class JwtConstants
type JwtConstants = class
Public Class JwtConstants
Inheritance
JwtConstants

Fields

DirectKeyUseAlg

JWE header alg indicating a shared symmetric key is directly used as CEK.

HeaderType

Short header type.

HeaderTypeAlt

Long header type.

JsonCompactSerializationRegex

JWS - Token format: 'header.payload.signature'. Signature is optional, but '.' is required.

JweCompactSerializationRegex

JWE - Token format: 'protectedheader.encryptedkey.iv.cyphertext.authenticationtag'.

TokenType

Short token type.

TokenTypeAlt

Long token type.

Applies to