Show / Hide Table of Contents

Class RotatingBarcodeTotpDetailsTotpParameters

Configuration for the key and value length. See https://www.rfc-editor.org/rfc/rfc4226#section-5.3

Inheritance
object
RotatingBarcodeTotpDetailsTotpParameters
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX