How can I use access codes for apps that don't allow 2FA? I've tried putting the code where the password is, but it doesn't work. Is there any further steps?
$appCode ="MyAPPCode";
$email = "Myemail";
$account = new AccountSelector(AccountBy::NAME(), $email);
$response = $api->auth($account, $appCode);
How can I use access codes for apps that don't allow 2FA? I've tried putting the code where the password is, but it doesn't work. Is there any further steps?
$appCode ="MyAPPCode";
$email = "Myemail";
$account = new AccountSelector(AccountBy::NAME(), $email);
$response = $api->auth($account, $appCode);