View Source Ueberauth.Strategy.Amco.User (ueberauth_amco v0.5.0)

Link to this section Summary

Link to this section Types

@type t() :: %Ueberauth.Strategy.Amco.User{
  email: binary() | nil,
  first_name: binary() | nil,
  id: binary() | nil,
  last_name: binary() | nil,
  phone_number: binary() | nil
}