UserIdentity$json top-level constant

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

Implementation

@$core.Deprecated('Use userIdentityDescriptor instead')
const UserIdentity$json = {
  '1': 'UserIdentity',
  '2': [
    {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
    {'1': 'areaCode', '3': 2, '4': 1, '5': 9, '10': 'areaCode'},
    {'1': 'phoneNumber', '3': 3, '4': 1, '5': 9, '10': 'phoneNumber'},
    {'1': 'deviceID', '3': 4, '4': 1, '5': 9, '10': 'deviceID'},
    {'1': 'platform', '3': 5, '4': 1, '5': 5, '10': 'platform'},
    {'1': 'account', '3': 6, '4': 1, '5': 9, '10': 'account'},
  ],
};