Skip to main content
ScreenMembersOnMfaWebAuthnPlatformEnrollment
Example
export interface ScreenMembersOnMfaWebAuthnPlatformEnrollment extends ScreenMembers {
  /**
   * @property {PasskeyCreate['public_key'] | null} publicKey - Direct access to the `PublicKeyCredentialCreationOptions`.
   * This is a convenience accessor for `data?.passkeys?.public_key`. It provides the necessary options
   * for `navigator.credentials.create()`.
   */
  publicKey: PasskeyCreate['public_key'] | null;
}

Properties

captcha
captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
isCaptchaAvailable
boolean
name
string
publicKey
authenticatorSelection
texts
Record