parameters property

List<RotatingBarcodeTotpDetailsTotpParameters>? parameters
getter/setter pair

The TOTP parameters for each of the {totp_value_*} substitutions.

The TotpParameters at index n is used for the {totp_value_n} substitution.

Implementation

core.List<RotatingBarcodeTotpDetailsTotpParameters>? parameters;