I'm using Java SDK and 'user' is returning null, here is my code: SmartConnect smartConnect = new SmartConnect("<api_key>");User user = smartConnect.generateSession(<id>, <4-digit-pin>, <totp>);
V
Posts made by vamshikrishna
-
'user' is returning null
-
RE: generateSession is giving null
I'm also facing same issue. Password is PIN right? here is my code: SmartConnect smartConnect = new SmartConnect("<api_key>"); User user = smartConnect.generateSession(<clientId>, <password>, <totp>);