Ory.Model.NeedsPrivilegedSessionError (ory_client v1.1.23)
Link to this section Summary
Link to this section Types
@type t() :: %Ory.Model.NeedsPrivilegedSessionError{ 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(), request: String.t() | nil, status: String.t() | nil }