Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeviceRegistrationStepHandler

Handler that renders a WebAuthn registration step in Express.

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected deferred

deferred: Deferred<FRStep>

The deferred Promise that resolves the step when it's ready to submit.

Protected step

step: FRStep

The step to handle

Protected target

target: HTMLElement

The DOM element to contain the handler

Methods

Protected bind

  • bind(): void

completeStep

  • completeStep(): Promise<FRStep>

Protected findElement

  • findElement<T>(selector: string, required?: boolean): T

Protected getRefs

  • getRefs(): void

Protected getTemplate

  • getTemplate(): string

Protected invokeWebAuthn

  • invokeWebAuthn(): Promise<void>

Protected ready

  • ready(): void

Protected render

  • render(): void