ory_hydra v1.0.0 ORY.Hydra.Config

Link to this section Summary

Link to this section Types

Link to this type

t()

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

Link to this function

new(overrides)

new(map()) :: t()