Skip to main content

TOTP

TOTP

public class TOTP

extends Object java.lang.Objectcom.onekosmos.blockid.sdk.totp.TOTP

Utility class to work with time based OTP feature.

Constructor

public TOTP()

  • Creates an object of TOTP

Method Summary

typeparametersummary
StringgetOTP()Returns OTP. The default expiry time is 30 seconds
StringgetRemainingSecs()Returns remaining time after which the OTP will expire

Method Details


getOTP

public String getOTP()

  • Returns OTP. The new OTP value is valid for 30 seconds only. Same OTP value will be returned If this method is called multiple times in 30 seconds timeframe

getRemainingSecs

public long getRemainingSecs()

  • Returns remaining time after which the OTP will expire