You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/fxa-auth-server/docs/swagger/totp-api.ts
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,17 @@ const TOTP_DESTROY_POST = {
32
32
`,
33
33
],
34
34
};
35
+
constMFA_TOTP_DESTROY_POST={
36
+
...TAGS_TOTP,
37
+
description: '/mfa/totp/destroy',
38
+
notes: [
39
+
dedent`
40
+
🔒 Authenticated with MFA JWT (scope: mfa:2fa)
41
+
42
+
Deletes the current TOTP token for the user. The underlying session needs to have been verified by TOTP to remove it. It does not bypass that requirement.
0 commit comments