ExSwan.Assertion.Response (exswan v0.1.0)

View Source

Represents an authenticator assertion response.

Summary

Types

t()

@type t() :: %ExSwan.Assertion.Response{
  authenticator_data: ExSwan.Attestation.AuthenticatorData.t(),
  credential_id: binary(),
  signature: binary(),
  user_handle: binary() | nil
}