Represents a single step of an authentication tree.

Implements

Constructors

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

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

  • Gets the step's description.

    Returns undefined | string

  • Gets the step's header.

    Returns undefined | string

  • Gets the step's stage.

    Returns undefined | string