Class RotatingBarcodeTotpDetails
Configuration for the time-based OTP substitutions. See https://tools.ietf.org/html/rfc6238
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class RotatingBarcodeTotpDetails : IDirectResponseSchema
Properties
Algorithm
The TOTP algorithm used to generate the OTP.
Declaration
[JsonProperty("algorithm")]
public virtual string Algorithm { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
The TOTP parameters for each of the {totp_value_*} substitutions. The TotpParameters at index n is used for the {totp_value_n} substitution.
Declaration
[JsonProperty("parameters")]
public virtual IList<RotatingBarcodeTotpDetailsTotpParameters> Parameters { get; set; }
Property Value
Type | Description |
---|---|
IList<RotatingBarcodeTotpDetailsTotpParameters> |
PeriodMillis
The time interval used for the TOTP value generation, in milliseconds.
Declaration
[JsonProperty("periodMillis")]
public virtual long? PeriodMillis { get; set; }
Property Value
Type | Description |
---|---|
long? |