public static class GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder extends Object
| 构造器和说明 |
|---|
GoogleAuthenticatorConfigBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GoogleAuthenticatorConfig |
build() |
GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder |
codeDigits(int codeDigits) |
GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder |
hmacHash(OtpHmacHashAlgorithm hmacHash) |
GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder |
numberOfScratchCodes(int numberOfScratchCodes) |
GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder |
secretBits(int secretBits) |
GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder |
timeStepSizeInMillis(long timeStepSizeInMillis) |
GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder |
windowSize(int windowSize) |
public GoogleAuthenticatorConfig build()
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder codeDigits(int codeDigits)
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder numberOfScratchCodes(int numberOfScratchCodes)
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder timeStepSizeInMillis(long timeStepSizeInMillis)
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder windowSize(int windowSize)
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder secretBits(int secretBits)
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder hmacHash(OtpHmacHashAlgorithm hmacHash)
Copyright © 2024 fossc. All rights reserved.