public static class GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder extends Object
| Constructor and Description |
|---|
GoogleAuthenticatorConfigBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAuthenticatorConfig |
build() |
GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder |
setCodeDigits(int codeDigits) |
GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder |
setHmacHashFunction(HmacHashFunction hmacHashFunction) |
GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder |
setKeyRepresentation(KeyRepresentation keyRepresentation) |
GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder |
setTimeStepSizeInMillis(long timeStepSizeInMillis) |
GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder |
setWindowSize(int windowSize) |
public GoogleAuthenticatorConfig build()
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder setCodeDigits(int codeDigits)
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder setTimeStepSizeInMillis(long timeStepSizeInMillis)
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder setWindowSize(int windowSize)
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder setKeyRepresentation(KeyRepresentation keyRepresentation)
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder setHmacHashFunction(HmacHashFunction hmacHashFunction)
Copyright © 2017. All rights reserved.