Navigation

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

    pldbhalani

    @pldbhalani

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

    pldbhalani Unfollow Follow

    Latest posts made by pldbhalani

    • RE: Invalid TOTP

      You can add below code to get the correct TOTP

      GoogleAuthenticator gAuth = new GoogleAuthenticator();
      int totp = gAuth.getTotpPassword(secretKey);
      

      and below dependency from https://github.com/wstrange/GoogleAuth

      <dependency>
      	<groupId>com.warrenstrange</groupId>
      	<artifactId>googleauth</artifactId>
      	<version>1.4.0</version>
      </dependency>
      
      posted in NodeJS SDK
      P
      pldbhalani