This commit is contained in:
Jake Barnby
2025-08-26 04:22:49 +12:00
parent a769fb1fbb
commit 2e63e5167d
52 changed files with 18 additions and 321 deletions
@@ -9,7 +9,7 @@ Client client = new Client(context)
Account account = new Account(client);
account.updateMfaAuthenticator(
account.updateMFAAuthenticator(
AuthenticatorType.TOTP, // type
"<OTP>", // otp
new CoroutineCallback<>((result, error) -> {