InitMFAPromptScreenText$json top-level constant

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

Implementation

@$core.Deprecated('Use initMFAPromptScreenTextDescriptor instead')
const InitMFAPromptScreenText$json = {
  '1': 'InitMFAPromptScreenText',
  '2': [
    {'1': 'title', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'title'},
    {'1': 'description', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'description'},
    {'1': 'otp_option', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'otpOption'},
    {'1': 'u2f_option', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'u2fOption'},
    {
      '1': 'skip_button_text',
      '3': 5,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'skipButtonText'
    },
    {
      '1': 'next_button_text',
      '3': 6,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'nextButtonText'
    },
  ],
};