View Source Gamora.User (gamora v0.13.0)

The user representation.

Link to this section Summary

Link to this section Types

@type t() :: %Gamora.User{
  associated_user_id: String.t() | nil,
  email: String.t() | nil,
  email_verified: boolean() | nil,
  first_name: String.t() | nil,
  id: String.t() | nil,
  last_name: String.t() | nil,
  phone_number: String.t() | nil,
  phone_number_verified: boolean() | nil,
  roles: map() | nil,
  username: String.t() | nil
}