Überauth v0.6.1 Ueberauth.Auth.Info View Source

Provides a place within the Ueberauth.Auth struct for information about the user.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Ueberauth.Auth.Info{
  description: binary() | nil,
  email: binary() | nil,
  first_name: binary() | nil,
  image: binary() | nil,
  last_name: binary() | nil,
  location: binary() | nil,
  name: binary() | nil,
  nickname: binary() | nil,
  phone: binary() | nil,
  urls: map()
}

Link to this section Functions