[][src]Module biscuit_auth::format

token serialization/deserialization

Biscuit tokens are serialized to Protobuf. There are two levels of serialization:

  • serialization of Biscuit blocks to Protobuf then Vec<u8>
  • serialization of a wrapper structure containing serialized blocks and the signature

Modules

convert

helper functions for conversion between internal structures and Protobuf

schema

Structures generated from the Protobuf schema

Structs

SerializedBiscuit

Intermediate structure for token serialization