Package sk.iway.iwcm.system.googleauth
Class GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder
java.lang.Object
sk.iway.iwcm.system.googleauth.GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder
- Enclosing class:
- GoogleAuthenticatorConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
setCodeDigits
(int codeDigits) setKeyRepresentation
(KeyRepresentation keyRepresentation) setTimeStepSizeInMillis
(long timeStepSizeInMillis) setWindowSize
(int windowSize)
-
Constructor Details
-
GoogleAuthenticatorConfigBuilder
public GoogleAuthenticatorConfigBuilder()
-
-
Method Details
-
build
-
setCodeDigits
-
setTimeStepSizeInMillis
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder setTimeStepSizeInMillis(long timeStepSizeInMillis) -
setWindowSize
-
setKeyRepresentation
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder setKeyRepresentation(KeyRepresentation keyRepresentation)
-