ExSwan.Attestation.Flags (exswan v0.1.0)

View Source

Represents flags in authenticator data.

Reference: vendor/SimpleWebAuthn/packages/server/src/helpers/parseAuthenticatorData.ts:28-38 Bit positions can be referenced here: https://www.w3.org/TR/webauthn-2/#flags

Summary

Types

t()

@type t() :: %ExSwan.Attestation.Flags{
  attested_credential_data_included: boolean(),
  backup_eligible: boolean(),
  backup_state: boolean(),
  extension_data_included: boolean(),
  user_present: boolean(),
  user_verified: boolean()
}