Auth0.Entity.Identity.ProfileData (Auth0Api v1.4.0) View Source

Documentation for entity of Identity ProfileData.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Identity.ProfileData{
  email: String.t(),
  email_verified: boolean(),
  family_name: String.t(),
  given_name: String.t(),
  locale: String.t(),
  name: String.t(),
  nonce_supported: boolean(),
  phone_number: String.t(),
  phone_verified: boolean(),
  picture: String.t(),
  username: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()