Microsoft.IdentityModel.JsonWebTokens
Namespace with 7 public types
Classes
JsonWebToken
A designed for representing a JSON Web Token (JWT).
JsonWebTokenHandler
A designed for creating and validating Json Web Tokens.
See: https://datatracker.ietf.org/doc/html/rfc7519 and http://www.rfc-editor.org/info/rfc7515.
JwtTokenUtilities
A class which contains useful methods for processing JWT tokens.
Structures
JwtHeaderParameterNames
Defines JOSE header parameter names. See: .
JwtRegisteredClaimNames
Defines the standard claim names as per the JWT (JSON Web Token) specification.
See: .
See: .
See: .
Static Classes
JsonClaimValueTypes
Constants that indicate how the should be evaluated.
JwtConstants
Constants for JSON Web Tokens.