Ory.Model.LoginFlowTestStepError (ory_client v1.22.40)

Copy Markdown

Populated when any step (token exchange, claims decode, Jsonnet evaluation, schema validation) cannot complete.

Summary

Types

t()

@type t() :: %Ory.Model.LoginFlowTestStepError{
  message: String.t() | nil,
  reason: String.t() | nil,
  step: String.t() | nil
}

Functions

decode(value)