Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

The value of the MFA enrollment flow context.

See

useEnrollMfaFlow

Properties

PropertyTypeDescription
back() => voidA function to go back to the previous step.
startEnrollment(method: "totp" | "sms") => Promise<void>A function to start enrollment for a method.
submit(e: FormEvent<HTMLFormElement>) => voidA function to submit the MFA code.