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

Documentation for entity of EnabledConnection.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.EnabledConnection{
  assign_membership_on_login: boolean(),
  connection: Auth0.Entity.Connection.t(),
  connection_id: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()