Uses of Class
com.warrenstrange.googleauth.GoogleAuthenticatorKey.Builder
-
Uses of GoogleAuthenticatorKey.Builder in com.warrenstrange.googleauth
Methods in com.warrenstrange.googleauth that return GoogleAuthenticatorKey.Builder Modifier and Type Method Description GoogleAuthenticatorKey.BuilderGoogleAuthenticatorKey.Builder. setConfig(GoogleAuthenticatorConfig config)Sets the config of the TOTP algorithm for this key.GoogleAuthenticatorKey.BuilderGoogleAuthenticatorKey.Builder. setKey(String key)Sets the secret key.GoogleAuthenticatorKey.BuilderGoogleAuthenticatorKey.Builder. setScratchCodes(List<Integer> scratchCodes)Sets the scratch codes.GoogleAuthenticatorKey.BuilderGoogleAuthenticatorKey.Builder. setVerificationCode(int verificationCode)Sets the verification code.