PingOne MFA Android SDK
androidJvm
PingOne MFA Android SDK
/
com.pingidentity.pingidsdkv2.types
/
OneTimePasscodeInfo
One
Time
Passcode
Info
public
class
OneTimePasscodeInfo
Public class that contains information about the OneTimePasscode.
Members
Properties
valid
Until
Link copied to clipboard
public
final
double
validUntil
Functions
get
Passcode
Link copied to clipboard
public
String
getPasscode
(
)
The OneTimePasscode.
get
Time
Window
Size
Link copied to clipboard
public
int
getTimeWindowSize
(
)
The total life span of the passCode since it was created till it's expired.
get
Valid
From
Link copied to clipboard
public
double
getValidFrom
(
)
The time of creation of the passCode.
get
Valid
Until
Link copied to clipboard
public
double
getValidUntil
(
)
The time of expiration of the passCode.