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

Documentation for entity of Connection.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Connection{
  display_name: String.t(),
  enabled_clients: [String.t()],
  id: String.t(),
  is_domain_connection: boolean(),
  metadata: map(),
  name: String.t(),
  options: map(),
  realms: [String.t()],
  strategy: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()