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

Documentation for entity of Theme.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Theme{
  borders: Auth0.Entity.Theme.Borders.t(),
  colors: Auth0.Entity.Theme.Colors.t(),
  displayName: String.t(),
  fonts: Auth0.Entity.Theme.Fonts.t(),
  page_background: Auth0.Entity.Theme.PageBackground.t(),
  themeId: String.t(),
  widget: Auth0.Entity.Theme.Widget.t()
}

Link to this section Functions

Specs

from(map()) :: t()