Wax.Attestation (wax_ v0.4.1) View Source

Link to this section Summary

Types

The attestation statement

The attestation path

The attestation type

Link to this section Types

Link to this type

attestation_statement_format_verify_fun()

View Source

Specs

attestation_statement_format_verify_fun() ::
  (statement(),
   Wax.AuthenticatorData.t(),
   Wax.ClientData.hash(),
   Wax.Challenge.t() ->
     {:ok, result()} | {:error, any()})

Specs

result() :: {type(), trust_path() | nil, Wax.Metadata.Statement.t() | nil}

Specs

statement() :: map()

The attestation statement

Specs

trust_path() :: [binary()] | binary() | nil

The attestation path

Specs

type() :: :basic | :self | :attca | :ecdaa | :uncertain | :none

The attestation type