Skip to content

Documentation / expo / UseMfaEnrollmentUIInterface

Interface: UseMfaEnrollmentUIInterface ​

Properties ​

init ​

init: (params) => Promise<void>

Starts the MFA enrollment flow

Parameters ​

• params: Object

• params.mfaMethods: MfaMethod[]

• params.relyingParty?: string

Returns ​

Promise<void>