Interface TOTPAuthenticator.TOTPCredential
- Enclosing interface:
- TOTPAuthenticator
public static interface TOTPAuthenticator.TOTPCredential
Interface to a TOTP credential.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]getKey()Get the secret key.Get the list of scratch codes.Get the TOTP URL associated with the credential.
-
Method Details
-
getKey
Get the secret key.- Returns:
- the secret key
-
getTOTPURL
Get the TOTP URL associated with the credential.- Returns:
- TOTP URL
-
getScratchCodes
Get the list of scratch codes.- Returns:
- the list of scratch codes
-