jwt
Table of Contents
Classes
- JwkCurve
- Enumeration of cryptographic curves used by a JSON Web Key (the `crv` member of a JWK).
- JwkKeyOperation
- Enumeration of JSON Web Key operations (entries of the `key_ops` member
of a JWK).
- JwkKeyType
- Enumeration of JSON Web Key types (the `kty` member of a JWK).
- JwkParameter
- Enumeration of JSON Web Key (JWK) member names.
- JwkUse
- Enumeration of JSON Web Key public-key use values (the `use` member of a JWK).
- JwtAlgorithm
- Enumeration of standard JOSE algorithm identifiers (the `alg` /
`enc` header values defined by RFC 7518, plus widely deployed
extensions).
- JwtClaim
- Enumeration of standard JWT claim names.
- JwtHeader
- Enumeration of standard JOSE header parameter names.
- JwtType
- Enumeration of standard `typ` (JWT Type) header values.