Module webauthn_rs::base64_data[][src]

Expand description

Base64 data that encodes to Base64 UrlSafe, but can decode from multiple base64 implementations to account for various clients and libraries. Compatible with serde.

Structs

A container for binary that should be base64 encoded in serialisation. In reverse when deserializing, will decode from many different types of base64 possible.