FFAuthAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFAuthActionDescriptor instead')
const FFAuthAction$json = {
  '1': 'FFAuthAction',
  '2': [
    {
      '1': 'type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFAuthAction.ActionType',
      '10': 'type'
    },
    {
      '1': 'provider',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFAuthProvider',
      '10': 'provider'
    },
    {
      '1': 'legacy_email_field_key',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '9': 0,
      '10': 'legacyEmailFieldKey',
    },
    {
      '1': 'email_field_key_ref',
      '3': 19,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNodeKeyReference',
      '9': 0,
      '10': 'emailFieldKeyRef'
    },
    {
      '1': 'email_variable',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '9': 0,
      '10': 'emailVariable'
    },
    {
      '1': 'legacy_password_field_key',
      '3': 4,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '9': 1,
      '10': 'legacyPasswordFieldKey',
    },
    {
      '1': 'password_field_key_ref',
      '3': 20,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNodeKeyReference',
      '9': 1,
      '10': 'passwordFieldKeyRef'
    },
    {
      '1': 'password_variable',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '9': 1,
      '10': 'passwordVariable'
    },
    {
      '1': 'legacy_confirm_password_field_key',
      '3': 5,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '9': 2,
      '10': 'legacyConfirmPasswordFieldKey',
    },
    {
      '1': 'confirm_password_field_key_ref',
      '3': 21,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNodeKeyReference',
      '9': 2,
      '10': 'confirmPasswordFieldKeyRef'
    },
    {
      '1': 'confirm_password_variable',
      '3': 16,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '9': 2,
      '10': 'confirmPasswordVariable'
    },
    {
      '1': 'phone_field_key',
      '3': 6,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'phoneFieldKey',
    },
    {
      '1': 'phone_variable',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '10': 'phoneVariable'
    },
    {
      '1': 'legacy_sms_code_verify_page_name',
      '3': 7,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacySmsCodeVerifyPageName',
    },
    {
      '1': 'legacy_sms_code_verify_page_node_key',
      '3': 17,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacySmsCodeVerifyPageNodeKey',
    },
    {
      '1': 'sms_code_verify_page_node_key_ref',
      '3': 22,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNodeKeyReference',
      '10': 'smsCodeVerifyPageNodeKeyRef'
    },
    {
      '1': 'sms_code_field_key',
      '3': 8,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'smsCodeFieldKey',
    },
    {
      '1': 'sms_code_variable',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '10': 'smsCodeVariable'
    },
    {
      '1': 'microsoft_auth_settings',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.MicrosoftAuthSettings',
      '10': 'microsoftAuthSettings'
    },
    {'1': 'redirect_url', '3': 24, '4': 1, '5': 9, '10': 'redirectUrl'},
    {
      '1': 'verify_sms_code_passed_parameters',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPassedParameters',
      '10': 'verifySmsCodePassedParameters'
    },
    {
      '1': 'jwt_token_variable',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '10': 'jwtTokenVariable'
    },
    {
      '1': 'custom_auth_fields',
      '3': 18,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFCustomAuthFields',
      '10': 'customAuthFields'
    },
    {
      '1': 'disable_auto_navigate',
      '3': 23,
      '4': 1,
      '5': 8,
      '10': 'disableAutoNavigate'
    },
  ],
  '4': [FFAuthAction_ActionType$json],
  '8': [
    {'1': 'email'},
    {'1': 'password'},
    {'1': 'confirm_password'},
  ],
};