Ory.Model.ErrorBrowserLocationChangeRequired (ory_client v1.1.23)

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.ErrorBrowserLocationChangeRequired{
  code: integer() | nil,
  debug: String.t() | nil,
  details: %{optional(String.t()) => AnyType} | nil,
  id: String.t() | nil,
  message: String.t(),
  reason: String.t() | nil,
  redirect_browser_to: String.t() | nil,
  request: String.t() | nil,
  status: String.t() | nil
}