Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FRStep

Represents a single step of an authentication tree.

Hierarchy

  • FRStep

Implements

Index

Constructors

constructor

Properties

callbacks

callbacks: FRCallback[] = []

The callbacks contained in this step.

payload

payload: Step

The raw payload returned by OpenAM

Readonly type

type: Step = StepType.Step

The type of step.

Methods

getCallbackOfType

getCallbacksOfType

getDescription

  • getDescription(): string | undefined

getHeader

  • getHeader(): string | undefined

getStage

  • getStage(): string | undefined

setCallbackValue

  • setCallbackValue(type: CallbackType, value: unknown): void