// This is a generated file - do not edit. // // Generated from login.proto. // @dart = 3.3 // ignore_for_file: annotate_overrides, camel_case_types, comment_references // ignore_for_file: constant_identifier_names // ignore_for_file: curly_braces_in_flow_control_structures // ignore_for_file: deprecated_member_use_from_same_package, library_prefixes // ignore_for_file: non_constant_identifier_names, unused_import import 'dart:convert' as $convert; import 'dart:core' as $core; import 'dart:typed_data' as $typed_data; @$core.Deprecated('Use loginByPwdRequestDescriptor instead') const LoginByPwdRequest$json = { '1': 'LoginByPwdRequest', '2': [ {'1': 'account', '3': 1, '4': 1, '5': 9, '10': 'account'}, {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'}, ], }; /// Descriptor for `LoginByPwdRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List loginByPwdRequestDescriptor = $convert.base64Decode( 'ChFMb2dpbkJ5UHdkUmVxdWVzdBIYCgdhY2NvdW50GAEgASgJUgdhY2NvdW50EhoKCHBhc3N3b3' 'JkGAIgASgJUghwYXNzd29yZA=='); @$core.Deprecated('Use loginByCodeRequestDescriptor instead') const LoginByCodeRequest$json = { '1': 'LoginByCodeRequest', '2': [ {'1': 'country', '3': 1, '4': 1, '5': 9, '10': 'country'}, {'1': 'phone', '3': 2, '4': 1, '5': 9, '10': 'phone'}, {'1': 'code', '3': 3, '4': 1, '5': 9, '10': 'code'}, ], }; /// Descriptor for `LoginByCodeRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List loginByCodeRequestDescriptor = $convert.base64Decode( 'ChJMb2dpbkJ5Q29kZVJlcXVlc3QSGAoHY291bnRyeRgBIAEoCVIHY291bnRyeRIUCgVwaG9uZR' 'gCIAEoCVIFcGhvbmUSEgoEY29kZRgDIAEoCVIEY29kZQ=='); @$core.Deprecated('Use loginReplyDescriptor instead') const LoginReply$json = { '1': 'LoginReply', '2': [ {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'}, {'1': 'identity', '3': 2, '4': 1, '5': 9, '10': 'identity'}, {'1': 'token', '3': 3, '4': 1, '5': 9, '10': 'token'}, { '1': 'extend', '3': 4, '4': 3, '5': 11, '6': '.passport.LoginReply.ExtendEntry', '10': 'extend' }, ], '3': [LoginReply_ExtendEntry$json], }; @$core.Deprecated('Use loginReplyDescriptor instead') const LoginReply_ExtendEntry$json = { '1': 'ExtendEntry', '2': [ {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'}, {'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'}, ], '7': {'7': true}, }; /// Descriptor for `LoginReply`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List loginReplyDescriptor = $convert.base64Decode( 'CgpMb2dpblJlcGx5Eg4KAmlkGAEgASgDUgJpZBIaCghpZGVudGl0eRgCIAEoCVIIaWRlbnRpdH' 'kSFAoFdG9rZW4YAyABKAlSBXRva2VuEjgKBmV4dGVuZBgEIAMoCzIgLnBhc3Nwb3J0LkxvZ2lu' 'UmVwbHkuRXh0ZW5kRW50cnlSBmV4dGVuZBo5CgtFeHRlbmRFbnRyeRIQCgNrZXkYASABKAlSA2' 'tleRIUCgV2YWx1ZRgCIAEoCVIFdmFsdWU6AjgB');