elidactyl v0.1.0 Elidactyl.User

Link to this section Summary

Link to this section Types

Specs

t() :: %Elidactyl.User{
  "2fa": term(),
  created_at: term(),
  email: term(),
  external_id: term(),
  first_name: term(),
  id: term(),
  language: term(),
  last_name: term(),
  password: term(),
  root_admin: term(),
  updated_at: term(),
  username: term(),
  uuid: term()
}

Link to this section Functions

Link to this function

changeset(struct, params)

Specs

changeset(t(), map()) :: Changeset.t()

Specs

parse(map()) :: t()