Wax.AttestationStatementFormat behaviour (wax_ v0.4.1) View Source
Link to this section Summary
Types
The attestation statement format
Link to this section Types
Specs
statement_format() :: :packed | :tpm | :android_key | :android_safetynet | :fido_u2f | :none
The attestation statement format
Link to this section Callbacks
Specs
verify( Wax.Attestation.statement(), Wax.AuthenticatorData.t(), Wax.ClientData.hash(), Wax.Challenge.t() ) :: {:ok, Wax.Attestation.result()} | {:error, any()}