TwoFactorAuthDisableRequest
org.sagebionetworks.repo.model.auth.TwoFactorAuthDisableRequest
Allows to disable two-factor authentication for the user account
| Field | Type | Description |
|---|---|---|
| twoFaToken | STRING | The token that was included in the error response when authenticating. |
| password | STRING | The current user password that can be used in place of the twoFaToken (e.g. when authenticating with user/password or during a change password workflow). |
| twoFaResetToken | TwoFactorAuthResetToken | Signed token containing the the information necessary to reset 2fa for a user. |