123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- ///
- // Generated code. Do not modify.
- // source: sign_in.proto
- //
- // @dart = 2.12
- // ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields,deprecated_member_use_from_same_package
- import 'dart:core' as $core;
- import 'dart:convert' as $convert;
- import 'dart:typed_data' as $typed_data;
- @$core.Deprecated('Use signInRequestDescriptor instead')
- const SignInRequest$json = const {
- '1': 'SignInRequest',
- '2': const [
- const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
- const {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
- ],
- };
- /// Descriptor for `SignInRequest`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List signInRequestDescriptor = $convert.base64Decode('Cg1TaWduSW5SZXF1ZXN0EhQKBWVtYWlsGAEgASgJUgVlbWFpbBIaCghwYXNzd29yZBgCIAEoCVIIcGFzc3dvcmQ=');
- @$core.Deprecated('Use signInParamsDescriptor instead')
- const SignInParams$json = const {
- '1': 'SignInParams',
- '2': const [
- const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
- const {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
- ],
- };
- /// Descriptor for `SignInParams`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List signInParamsDescriptor = $convert.base64Decode('CgxTaWduSW5QYXJhbXMSFAoFZW1haWwYASABKAlSBWVtYWlsEhoKCHBhc3N3b3JkGAIgASgJUghwYXNzd29yZA==');
- @$core.Deprecated('Use signInResponseDescriptor instead')
- const SignInResponse$json = const {
- '1': 'SignInResponse',
- '2': const [
- const {'1': 'uid', '3': 1, '4': 1, '5': 9, '10': 'uid'},
- const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
- const {'1': 'email', '3': 3, '4': 1, '5': 9, '10': 'email'},
- const {'1': 'token', '3': 4, '4': 1, '5': 9, '10': 'token'},
- ],
- };
- /// Descriptor for `SignInResponse`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List signInResponseDescriptor = $convert.base64Decode('Cg5TaWduSW5SZXNwb25zZRIQCgN1aWQYASABKAlSA3VpZBISCgRuYW1lGAIgASgJUgRuYW1lEhQKBWVtYWlsGAMgASgJUgVlbWFpbBIUCgV0b2tlbhgEIAEoCVIFdG9rZW4=');
|