GoogleApi.WalletObjects.V1.Model.RotatingBarcodeTotpDetailsTotpParameters (google_api_wallet_objects v0.12.0)

View Source

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

Attributes

  • key (type: String.t, default: nil) - The secret key used for the TOTP value generation, encoded as a Base16 string.
  • valueLength (type: integer(), default: nil) - The length of the TOTP value in decimal digits.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.WalletObjects.V1.Model.RotatingBarcodeTotpDetailsTotpParameters{
    key: String.t() | nil,
    valueLength: integer() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.