WebauthnComponents.Credential (WebauthnComponents v0.10.0)

View Source

Struct representing required fields used by the WebAuthn API.

Summary

Types

t()

@type t() :: %WebauthnComponents.Credential{
  display_name: String.t(),
  id: binary(),
  name: String.t()
}