I've looked through the documentation; I can find out how to revoke the backup codes but I can't see an option to explicitly disable two-factor authentication or to revoke any app-specific passwords.
Thanks.
Philip
I've looked through the documentation; I can find out how to revoke the backup codes but I can't see an option to explicitly disable two-factor authentication or to revoke any app-specific passwords.
Thanks.
Philip
Auditing and revoking Application Specific Passwords (ASPs) can be done via the Directory API within the Admin SDK as detailed here. You can also audit the access tokens for a given user with the same API.
I don't believe it's possible to enable/disable 2-step verification (2SV) for a specific user. That being said, you can move them with the Directory API into/out of an OU with/without 2SV enforced/disabled to accomplish this.