public class TotpMultiFactorInfo extends MultiFactorInfo

Represents the information for a TOTP (time-based one-time password) second factor.

Inherited Constant Summary

Public Method Summary

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.

Inherited Method Summary

Public Methods

public String getDisplayName ()

Returns the user-given display name for this second factor.

public long getEnrollmentTimestamp ()

Returns the enrollment timestamp for this second factor in seconds since epoch (UTC midnight on January 1, 1970).

public String getFactorId ()

Returns TotpMultiFactorGenerator.FACTOR_ID, identifying this as a TotpMultiFactorInfo.

public String getUid ()

Returns the unique identifier for this second factor.