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.

function useRecordMfaEnrollmentPrompted(): {
  recordMfaEnrollmentPrompted: (options?: {
     idempotencyKey?: string;
  }) => Promise<RecordMfaEnrollmentPrompted200>;
};
A hook for recording when the end user was prompted for MFA enrollment. This should be called when the user is shown the MFA enrollment prompt, regardless of whether they choose to enroll or skip.

Returns

An object containing the recordMfaEnrollmentPrompted function.
NameType
recordMfaEnrollmentPrompted()(options?: { idempotencyKey?: string; }) => Promise<RecordMfaEnrollmentPrompted200>