ExSwan.Attestation.AuthenticatorData (exswan v0.1.0)

View Source

Represents authenticator data returned during WebAuthn operations.

Summary

Types

t()

@type t() :: %ExSwan.Attestation.AuthenticatorData{
  attested_credential_data: AttestedCredentialData.t() | nil,
  extensions: map() | nil,
  flags: Flags.t(),
  rp_id_hash: binary(),
  sign_count: non_neg_integer()
}