View Source Ueberauth.Auth.Info (Überauth v0.10.8)

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

Link to this section Summary

Link to this section Types

@type t() :: %Ueberauth.Auth.Info{
  birthday: binary() | nil,
  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