View Source WebauthnComponents.WebauthnUser (WebauthnComponents v0.4.1)

Struct representing required fields used by the WebAuthn API.

Link to this section Summary

Link to this section Types

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