-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Question
Is 'webauthn-platform' compatible with enroll and able to be added to MfaEnrollFactorType?
Context
I want to implement webauth-platform factor enroll functionality through ACUL but since the handleEnroll and enroll calls in useMfaBeginEnrollOptionsManager take a parameter with a nested action of type MfaEnrollFactorType, the type definition does not accommodate webauthn-platform.
export type MfaEnrollFactorType = 'push-notification' | 'otp' | 'sms' | 'phone' | 'voice' | 'webauthn-roaming';
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested