Represents a single step of an authentication tree.

Hierarchy

  • FRStep

Implements

Properties

type: Step = StepType.Step

The type of step.

callbacks: FRCallback[] = []

The callbacks contained in this step.

payload: Step

The raw payload returned by OpenAM

Constructors

Methods

  • Sets the value of the first callback of the specified type in this step.

    Parameters

    • type: CallbackType

      The type of callback to find.

    • value: unknown

      The value to set for the callback.

    Returns void