ORY.Hydra.Config (ory_hydra v1.2.2)

Link to this section Summary

Link to this section Types

Specs

t() :: %ORY.Hydra.Config{
  headers: ORY.Hydra.http_headers_t(),
  http_client: module(),
  http_client_opts: any(),
  json_codec: module(),
  retry: boolean(),
  retry_opts: Keyword.t(),
  url: String.t()
}

Link to this section Functions

Specs

new(map()) :: t()