ExSwan.Attestation (exswan v0.1.0)

View Source

Defines WebAuthn attestation structures and operations.

This module contains structures used during the registration ceremony, including attestation objects, authenticator data, and attestation statements.

Summary

Functions

Attestation object returned by authenticator during registration.

Types

t()

@type t() :: %ExSwan.Attestation{
  att_stmt: map(),
  auth_data: AuthenticatorData.t(),
  fmt: String.t()
}

Functions

%ExSwan.Attestation{}

(struct)

Attestation object returned by authenticator during registration.