Navigation

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

    Posts made by vandy55

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