Skip to main content

Module jwt

Module jwt 

Source
Expand description

RFC references for this module:

Structs§

JwtHeader
JOSE header fields used by o-sfu’s JWT handling.
NumericDate
RFC 7519 seconds since the Unix epoch with subsecond precision.
NumericDateVisitor 🔒
RegisteredJwtClaims
Registered JWT claims from RFC 7519 section 4.1.

Enums§

JwtAudience
JWT aud claim.

Constants§

ALGORITHM_HS256
JWS alg header value for HMAC using SHA-256.
HS256_MIN_KEY_BYTES
minimum HS256 key length from RFC 7518 section 3.2
TYPE_JWT
JWT typ header value.
URL_SAFE_NO_PAD
A [GeneralPurpose] engine using the [alphabet::URL_SAFE] base64 alphabet and [NO_PAD] config.