ExSwan.Assertion.Response (exswan v0.1.0)
View SourceRepresents an authenticator assertion response.
Summary
Types
@type t() :: %ExSwan.Assertion.Response{ authenticator_data: ExSwan.Attestation.AuthenticatorData.t(), credential_id: binary(), signature: binary(), user_handle: binary() | nil }