Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. vamshikrishna
    3. Posts
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    Posts made by vamshikrishna

    • 'user' is returning null

      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>);

      posted in NodeJS SDK
      V
      vamshikrishna
    • 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>);

      posted in NodeJS SDK
      V
      vamshikrishna