View Source WebauthnComponents.WebauthnUser (WebauthnComponents v0.7.0)

Struct representing required fields used by the WebAuthn API.

Summary

Types

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