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