Webs_passkey.AaguidAuthenticator attestation GUIDs (AAGUID).
This is mainly for UI purposes. You can match these identifiers against a database to map it to names and icons which helps users to identify the source of their passkeys.
TODO. Should we vendor the db ?
The type for AAGUID.
val of_binary_string : string -> (t, string) Stdlib.resultof_binary_string s is an AAGUID from bytes s. Errors if s has not 16 bytes.
val to_binary_string : t -> stringto_binary_string gguid are the bytes of gguid.
val to_ascii_uuid : t -> stringto_ascii_uuid gguid formats guuid to the ASCII representation of an RFC 9562 UUID.
val pp : Stdlib.Format.formatter -> t -> unitpp formats AAGGUIDs as ASCII UUIDs for inspection.