JwtConstants Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |