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
vamshikrishna
@vamshikrishna
0
Reputation
2
Posts
2
Profile views
0
Followers
0
Following
Best posts made by vamshikrishna
This user hasn't posted anything yet.
Latest 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>);