Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FRUIStepHandler

Represents a handler that can process a given authentication step.

Hierarchy

  • FRUIStepHandler

Implemented by

Index

Properties

Properties

completeStep

completeStep: () => Promise<FRStep>

Returns a Promise that resolves with the complete step, ready for submission.

Type declaration

    • (): Promise<FRStep>
    • Returns Promise<FRStep>

Optional retry

retry: undefined | (() => Promise<FRStep>)

Instructs the handler to adjust its UI to attempt to retry the step.