Struct representing required fields used by the WebAuthn API.
@type t() :: %WebauthnComponents.WebauthnUser{ display_name: String.t(), id: binary(), name: String.t() }