Module jaws::base64data

source ·
Expand description

Base64 Data tools, which interact well with serde and are useful for building data structures for JWTs.

Structs

  • Wrapper type to indicate that the inner type should be serialized as JSON and then Base64 URL-safe encoded and serialized as a string.
  • Wrapper type to indicate that the inner type should be serialized as bytes with a Base64 URL-safe encoding.

Enums

  • Error type for decoding base64 data in wrappers.