AuthnProto_LoginRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use authnProtoDescriptor instead')
const AuthnProto_LoginRequest$json = {
  '1': 'LoginRequest',
  '2': [
    {'1': 'username', '3': 1, '4': 1, '5': 9, '10': 'username'},
    {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
  ],
};