web_authn_lite v0.1.4 WebAuthnLite.AttestedCredentialData

Data struct and functions for AttestedCredentialData

https://www.w3.org/TR/webauthn/#sec-attested-credential-data

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %WebAuthnLite.AttestedCredentialData{
  aaguid: String.t(),
  credential_id: String.t(),
  credential_public_key: term(),
  raw: binary()
}

Link to this section Functions

Link to this function from_binary(attested_credential_data)
from_binary(attested_credential_data :: binary()) ::
  t() | {:error, :invalid_attested_credential_data} | {:error, term()}