MultiFactorUser
interface
The entry point for most multi-factor operations.
Properties
Methods
enroll
</>Enroll an additional factor. Provide an optional display name that can be shown to the user. The method will ensure the user state is reloaded after successfully enrolling a factor.
enroll(assertion: MultiFactorAssertion, displayName?: undefined | string): Promise<void>;