Class RotatingBarcodeTotpDetailsTotpParameters
Configuration for the key and value length. See https://www.rfc-editor.org/rfc/rfc4226#section-5.3
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class RotatingBarcodeTotpDetailsTotpParameters : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
The secret key used for the TOTP value generation, encoded as a Base16 string.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
ValueLength
The length of the TOTP value in decimal digits.
Declaration
[JsonProperty("valueLength")]
public virtual int? ValueLength { get; set; }
Property Value
Type | Description |
---|---|
int? |