Microsoft.IdentityModel.JsonWebTokens Namespace
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.
Classes
JsonClaimValueTypes |
Constants that indicate how the Value should be evaluated. |
JsonWebToken |
A SecurityToken designed for representing a JSON Web Token (JWT). |
JsonWebTokenHandler |
A SecurityTokenHandler designed for creating and validating Json Web Tokens. See: https://datatracker.ietf.org/doc/html/rfc7519 and http://www.rfc-editor.org/info/rfc7515. |
JwtConstants |
Constants for JSON Web Tokens. |
JwtTokenUtilities |
A class which contains useful methods for processing JWT tokens. |
Structs
JwtHeaderParameterNames |
Defines JOSE header parameter names. See: https://datatracker.ietf.org/doc/html/rfc7519#section-5. |
JwtRegisteredClaimNames |
Defines the standard claim names as per the JWT (JSON Web Token) specification. See: https://datatracker.ietf.org/doc/html/rfc7519#section-4. See: https://openid.net/specs/openid-connect-core-1_0.html#IDToken. See: https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims. |