Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Invalid totp

    NodeJS SDK
    0
    1
    2
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      vandy55 last edited by

      	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);
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post