values constant

List<SecondFactorType> const values

Implementation

static const $core.List<SecondFactorType> values = <SecondFactorType> [
  SECOND_FACTOR_TYPE_UNSPECIFIED,
  SECOND_FACTOR_TYPE_OTP,
  SECOND_FACTOR_TYPE_U2F,
];