MFAProvidersText$json top-level constant

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

Implementation

@$core.Deprecated('Use mFAProvidersTextDescriptor instead')
const MFAProvidersText$json = const {
  '1': 'MFAProvidersText',
  '2': const [
    const {'1': 'choose_other', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'chooseOther'},
    const {'1': 'otp', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'otp'},
    const {'1': 'u2f', '3': 3, '4': 1, '5': 9, '8': const {}, '10': 'u2f'},
  ],
};