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
vandy55
@vandy55
0
Reputation
1
Posts
1
Profile views
0
Followers
0
Following
Best posts made by vandy55
This user hasn't posted anything yet.
Latest posts made by vandy55
-
Invalid totp