Uses of Class
com.warrenstrange.googleauth.GoogleAuthenticatorKey
-
Uses of GoogleAuthenticatorKey in com.warrenstrange.googleauth
Methods in com.warrenstrange.googleauth that return GoogleAuthenticatorKey Modifier and Type Method Description GoogleAuthenticatorKeyGoogleAuthenticatorKey.Builder. build()Creates an instance of theGoogleAuthenticatorKeyclass.GoogleAuthenticatorKeyGoogleAuthenticator. createCredentials()GoogleAuthenticatorKeyGoogleAuthenticator. createCredentials(String userName)GoogleAuthenticatorKeyIGoogleAuthenticator. createCredentials()This method generates a new set of credentials including: Secret key. Validation code. A list of scratch codes.GoogleAuthenticatorKeyIGoogleAuthenticator. createCredentials(String userName)This method generates a new set of credentials invoking the#createCredentialsmethod with no arguments.Methods in com.warrenstrange.googleauth with parameters of type GoogleAuthenticatorKey Modifier and Type Method Description static StringGoogleAuthenticatorQRGenerator. getOtpAuthTotpURL(String issuer, String accountName, GoogleAuthenticatorKey credentials)Returns the basic otpauth TOTP URI.static StringGoogleAuthenticatorQRGenerator. getOtpAuthURL(String issuer, String accountName, GoogleAuthenticatorKey credentials)Returns the URL of a Google Chart API call to generate a QR barcode to be loaded into the Google Authenticator application.