FFAuthProvider$json top-level constant

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

Implementation

@$core.Deprecated('Use fFAuthProviderDescriptor instead')
const FFAuthProvider$json = {
  '1': 'FFAuthProvider',
  '2': [
    {'1': 'AUTH_PROVIDER_UNDEFINED', '2': 0},
    {'1': 'EMAIL', '2': 1},
    {'1': 'GOOGLE', '2': 2},
    {'1': 'APPLE', '2': 3},
    {'1': 'FACEBOOK', '2': 4},
    {'1': 'ANONYMOUS', '2': 5},
    {'1': 'MICROSOFT', '2': 6},
    {'1': 'JWT_TOKEN', '2': 7},
    {'1': 'GITHUB', '2': 8},
  ],
};