> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UseVerifyMfaModalReturn

Return value of the useVerifyMfaModal hook.

## Properties

| Property                 | Type            | Description                                                                                 |
| ------------------------ | --------------- | ------------------------------------------------------------------------------------------- |
| <a id="open" /> `open`   | () => `boolean` | Opens the MFA verification modal. Returns true if opened, false if a modal is already open. |
| <a id="close" /> `close` | () => `void`    | Closes the MFA verification modal                                                           |
