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

Documentation for entity of Identity.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Identity{
  access_token: String.t(),
  connection: String.t(),
  isSocial: boolean(),
  profileData: Auth0.Entity.Identity.ProfileData.t(),
  provider: String.t(),
  user_id: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()