hi team i am getting invalid topt in while using smart api 2.5.0
String clientID ="clientcode";//
String clientPass = "password";
String apiKey ="5HO61Njf";
String totp = "totpstring"; //;System.getProperty("totp");
SmartConnect smartConnect = new SmartConnect(apiKey);
User user = smartConnect.generateSession(clientID, clientPass, totp);
System.out.println("user"+user.email);
V
Posts made by vandy55
-
Invalid totp