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

Documentation for entity of ResourceServers.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.ResourceServers{
  limit: integer(),
  resource_servers: [Auth0.Entity.ResourceServer.t()],
  start: integer(),
  total: integer()
}

Link to this section Functions

Specs

from(list()) :: t()
from(map()) :: t()