| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
RotatingBarcodeTotpDetails |
RotatingBarcodeTotpDetails.clone() |
RotatingBarcodeTotpDetails |
RotatingBarcode.getTotpDetails()
Details used to evaluate the {totp_value_n} substitutions.
|
RotatingBarcodeTotpDetails |
RotatingBarcodeTotpDetails.set(String fieldName,
Object value) |
RotatingBarcodeTotpDetails |
RotatingBarcodeTotpDetails.setAlgorithm(String algorithm)
The TOTP algorithm used to generate the OTP.
|
RotatingBarcodeTotpDetails |
RotatingBarcodeTotpDetails.setParameters(List<RotatingBarcodeTotpDetailsTotpParameters> parameters)
The TOTP parameters for each of the {totp_value_*} substitutions.
|
RotatingBarcodeTotpDetails |
RotatingBarcodeTotpDetails.setPeriodMillis(Long periodMillis)
The time interval used for the TOTP value generation, in milliseconds.
|
| Modifier and Type | Method and Description |
|---|---|
RotatingBarcode |
RotatingBarcode.setTotpDetails(RotatingBarcodeTotpDetails totpDetails)
Details used to evaluate the {totp_value_n} substitutions.
|
Copyright © 2011–2025 Google. All rights reserved.