Prompt$json top-level constant

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

Implementation

@$core.Deprecated('Use promptDescriptor instead')
const Prompt$json = {
  '1': 'Prompt',
  '2': [
    {'1': 'PROMPT_UNSPECIFIED', '2': 0},
    {'1': 'PROMPT_NONE', '2': 1},
    {'1': 'PROMPT_LOGIN', '2': 2},
    {'1': 'PROMPT_CONSENT', '2': 3},
    {'1': 'PROMPT_SELECT_ACCOUNT', '2': 4},
    {'1': 'PROMPT_CREATE', '2': 5},
  ],
};