MultiFactorType$json top-level constant

  1. @Deprecated('Use multiFactorTypeDescriptor instead')
Map<String, Object> const MultiFactorType$json

Implementation

@$core.Deprecated('Use multiFactorTypeDescriptor instead')
const MultiFactorType$json = const {
  '1': 'MultiFactorType',
  '2': const [
    const {'1': 'MULTI_FACTOR_TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'MULTI_FACTOR_TYPE_U2F_WITH_VERIFICATION', '2': 1},
  ],
};