Webs_passkey.AssertionAssertions (client signed challenges).
val credential_id : t -> Credential_id.tcredential_id a is the credential that signed the assertion.
val of_public_key_credential_json : string -> (t, string) Stdlib.resultof_public_key_credential_json s decodes an assertion from the JSON serialization of a PublicKeyCredential with an AuthenticatorAssertionResponse response member. Typically, the result of a response of a call to navigator.credential.get.
val pp : Stdlib.Format.formatter -> t -> unitpp formats an assertion for inspection.