> ## 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.

# MFAMethods

Information about the end user's MFA enrollments.

## Properties

| Property                                                              | Type             | Description                                                                                                                                                                                              |
| --------------------------------------------------------------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="enrollmentpromptedat" /> `enrollmentPromptedAt?`               | `string`         | The date and time when the end user was prompted for MFA enrollment, in ISO 8601 format. If the this field exists, and the user has no other enrolled MFA methods, then the user skipped MFA enrollment. |
| <a id="lastverificationcompletedat" /> `lastVerificationCompletedAt?` | `string`         | The date and time when the end user last successfully completed an MFA verification, including enrollment, in ISO 8601 format.                                                                           |
| <a id="totp" /> `totp?`                                               | `MFAMethodsTotp` | An object containing information about the end user's TOTP enrollment.                                                                                                                                   |
| <a id="sms" /> `sms?`                                                 | `MFAMethodsSms`  | An object containing information about the end user's SMS MFA enrollment.                                                                                                                                |
