Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KbaCreateCallback

Represents a callback used to collect KBA-style security questions and answers.

Hierarchy

Index

Constructors

constructor

Properties

payload

payload: Callback

The raw payload returned by OpenAM

Methods

getInputValue

  • getInputValue(selector?: number | string): unknown

getOutputByName

  • getOutputByName<T>(name: string, defaultValue: T): T

getOutputValue

  • getOutputValue(selector?: number | string): unknown

getPredefinedQuestions

  • getPredefinedQuestions(): string[]

getPrompt

  • getPrompt(): string

getType

  • getType(): string

setAnswer

  • setAnswer(answer: string): void

setInputValue

  • setInputValue(value: unknown, selector?: number | string | RegExp): void

setQuestion

  • setQuestion(question: string): void