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