Webs_passkey.Credential_idCredential IDs.
The type for credential ID.
of_binary_string s is a credential ID from s. Errors if the length is not between 100 and 1023.
val to_binary_string : t -> stringto_binary_string cid are the bytes of credential ID cid.
val pp : Stdlib.Format.formatter -> t -> unitpp formats credentials for inspection using base64url.