Documentation Index
Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ScreenMembersOnMfaWebAuthnPlatformEnrollment
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