Expand description
Claims encoding, decoding, and validation for JSON Web Tokens (JWT)
Structs§
- Account
- The claims metadata corresponding to an account
- Capability
Provider - The claims metadata corresponding to a capability provider
- Claims
- Represents a set of RFC 7519 compliant JSON Web Token claims.
- Claims
Builder - Cluster
- The claims metadata corresponding to a cluster
- Component
- The metadata that corresponds to a component
- Host
- Invocation
- Operator
- The claims metadata corresponding to an operator
- Token
- A structure containing a JWT and its associated decoded claims
- Token
Validation - The result of the validation process perform on a JWT
Traits§
Functions§
- validate_
token - Validates a signed JWT. This will check the signature, expiration time, and not-valid-before time