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

Documentation for entity of ResourceServer.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.ResourceServer{
  allow_offline_access: boolean(),
  client: map(),
  enforce_policies: boolean(),
  id: String.t(),
  identifier: String.t(),
  is_system: boolean(),
  name: String.t(),
  scopes: [String.t()],
  signing_alg: String.t(),
  signing_secret: String.t(),
  skip_consent_for_verifiable_first_party_clients: boolean(),
  token_dialect: String.t(),
  token_lifetime: integer(),
  token_lifetime_for_web: integer()
}

Link to this section Functions

Specs

from(map()) :: t()