Navigation

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

    vamshikrishna

    @vamshikrishna

    0
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    vamshikrishna Unfollow Follow

    Latest 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