web_authn_lite v0.4.0 WebAuthnLite.StorablePublicKey

This module defines a public key structure that Relying party can store.

  • credential_id
  • public_key
  • sign_count

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %WebAuthnLite.StorablePublicKey{
  credential_id: String.t(),
  public_key:
    WebAuthnLite.CredentialPublicKey.RS256.t()
    | WebAuthnLite.CredentialPublicKey.ES256.t(),
  sign_count: integer()
}