FAuthenticator constructor
FAuthenticator({})
Implementation
FAuthenticator(
{this.secret,
this.algorithm = Algorithm.SHA1,
this.interval = 30,
this.isGoogle = true,
this.keyLength = 6,
required this.appName,
required this.username}) {
_internalSecret = secret ?? OTP.randomSecret();
}