ExSwan.Credential.User (exswan v0.1.0)

View Source

Represents user entity information in WebAuthn operations.

Summary

Types

t()

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