Represents the information for a TOTP (time-based one-time password) second factor.
| String |
getDisplayName()
Returns the user-given display name for this second factor.
|
| long |
getEnrollmentTimestamp()
Returns the enrollment timestamp for this second factor in seconds since epoch
(UTC midnight on January 1, 1970).
|
| String |
getFactorId()
Returns
TotpMultiFactorGenerator.FACTOR_ID, identifying this as a
TotpMultiFactorInfo.
|
| String |
getUid()
Returns the unique identifier for this second factor.
|
Returns the user-given display name for this second factor.
Returns the enrollment timestamp for this second factor in seconds since epoch (UTC midnight on January 1, 1970).
Returns
TotpMultiFactorGenerator.FACTOR_ID, identifying this as a
TotpMultiFactorInfo.
Returns the unique identifier for this second factor.