Expand description
Structs§
- Claims
- Key
- JWK, almost to spec (https://datatracker.ietf.org/doc/html/rfc7517) but not quite the same because it’s annoying to implement.
- KeyId
- A validated key identifier (kid) that is safe for use in file paths and URLs.
- KeySet
- JWK Set to spec https://datatracker.ietf.org/doc/html/rfc7517#section-5
- RsaAdditional
Prime - Additional prime information for multi-prime RSA keys.
- RsaPrivate
Key - RSA private key parameters.
- RsaPublic
Key - RSA public key parameters.
Enums§
- Algorithm
- A subset of jsonwebtoken algorithms.
- Elliptic
Curve - Supported elliptic curves for EC and OKP key types.
- Error
- Top-level error type for moq-token.
- KeyError
- Errors related to key configuration and cryptographic operations.
- KeyId
Error - KeyOperation
- Cryptographic operations that a key can perform.
- KeyType
- https://datatracker.ietf.org/doc/html/rfc7518#section-6