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

Documentation for entity of Enrollment.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Enrollment{
  auth_method: String.t(),
  enrolled_at: String.t(),
  id: String.t(),
  identifier: String.t(),
  last_auth: String.t(),
  name: String.t(),
  phone_number: String.t(),
  status: String.t(),
  type: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()