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 context value for the VerifyMfa component.

See

useVerifyMfaContext

Properties

PropertyTypeDescription
onSuccess?(mfaCode: string) => voidThe function to call when verification is successful.
onError?(error: Error) => voidThe function to call when verification errors.
stateVerifyMfaStateThe current state of the verification flow.
dispatchDispatch<VerifyMfaAction>The dispatch function to update the state.