| 程序包 | 说明 |
|---|---|
| io.polaris.core.crypto.otp |
| 限定符和类型 | 方法和说明 |
|---|---|
static AuthenticatorKey.Builder |
AuthenticatorKey.builder(String key) |
AuthenticatorKey.Builder |
AuthenticatorKey.Builder.setConfig(AuthenticatorConfig config)
Sets the config of the TOTP algorithm for this key.
|
AuthenticatorKey.Builder |
AuthenticatorKey.Builder.setKey(String key)
Sets the secret key.
|
AuthenticatorKey.Builder |
AuthenticatorKey.Builder.setScratchCodes(List<Integer> scratchCodes)
Sets the scratch codes.
|
AuthenticatorKey.Builder |
AuthenticatorKey.Builder.setVerificationCode(int verificationCode)
Sets the verification code.
|
Copyright © 2025 fossc. All rights reserved.