View Source Gamora.User (gamora v0.11.1)

The user representation.

Link to this section Summary

Link to this section Types

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