Google Authenticator
This class is a decorator of the TimeBasedOneTimePasswordGenerator that provides the default values used by the Google Authenticator:
HMAC algorithm: SHA1;
time step: 30 seconds;
and code digits: 6.
Parameters
base32secret
the shared Base32-encoded-encoded secret.
Constructors
Types
Functions
Link copied to clipboard
Creates an OtpAuthUriBuilder, which pre-configured with the secret, as well as the fixed Google authenticator configuration for the algorithm, code digits and time step.