Expand description
RFC references for this module:
- JSON Web Token (JWT): https://www.rfc-editor.org/rfc/rfc7519
- JSON Web Algorithms (JWA): https://www.rfc-editor.org/rfc/rfc7518
Structs§
- JwtHeader
- JOSE header fields used by
o-sfu’s JWT handling. - Numeric
Date - RFC 7519 seconds since the Unix epoch with subsecond precision.
- Numeric
Date 🔒Visitor - Registered
JwtClaims - Registered JWT claims from RFC 7519 section 4.1.
Enums§
- JwtAudience
- JWT
audclaim.
Constants§
- ALGORITHM_
HS256 - JWS
algheader value for HMAC using SHA-256. - HS256_
MIN_ KEY_ BYTES - minimum HS256 key length from RFC 7518 section 3.2
- TYPE_
JWT - JWT
typheader value. - URL_
SAFE_ NO_ PAD - A [
GeneralPurpose] engine using the [alphabet::URL_SAFE] base64 alphabet and [NO_PAD] config.