| // |
| // Generated code. Do not modify. |
| // source: google/api/auth.proto |
| // |
| // @dart = 2.12 |
| |
| // ignore_for_file: annotate_overrides, camel_case_types, comment_references |
| // ignore_for_file: constant_identifier_names, library_prefixes |
| // ignore_for_file: non_constant_identifier_names, prefer_final_fields |
| // ignore_for_file: unnecessary_import, unnecessary_this, unused_import |
| |
| import 'dart:convert' as $convert; |
| import 'dart:core' as $core; |
| import 'dart:typed_data' as $typed_data; |
| |
| @$core.Deprecated('Use authenticationDescriptor instead') |
| const Authentication$json = { |
| '1': 'Authentication', |
| '2': [ |
| { |
| '1': 'rules', |
| '3': 3, |
| '4': 3, |
| '5': 11, |
| '6': '.google.api.AuthenticationRule', |
| '10': 'rules' |
| }, |
| { |
| '1': 'providers', |
| '3': 4, |
| '4': 3, |
| '5': 11, |
| '6': '.google.api.AuthProvider', |
| '10': 'providers' |
| }, |
| ], |
| }; |
| |
| /// Descriptor for `Authentication`. Decode as a `google.protobuf.DescriptorProto`. |
| final $typed_data.Uint8List authenticationDescriptor = $convert.base64Decode( |
| 'Cg5BdXRoZW50aWNhdGlvbhI0CgVydWxlcxgDIAMoCzIeLmdvb2dsZS5hcGkuQXV0aGVudGljYX' |
| 'Rpb25SdWxlUgVydWxlcxI2Cglwcm92aWRlcnMYBCADKAsyGC5nb29nbGUuYXBpLkF1dGhQcm92' |
| 'aWRlclIJcHJvdmlkZXJz'); |
| |
| @$core.Deprecated('Use authenticationRuleDescriptor instead') |
| const AuthenticationRule$json = { |
| '1': 'AuthenticationRule', |
| '2': [ |
| {'1': 'selector', '3': 1, '4': 1, '5': 9, '10': 'selector'}, |
| { |
| '1': 'oauth', |
| '3': 2, |
| '4': 1, |
| '5': 11, |
| '6': '.google.api.OAuthRequirements', |
| '10': 'oauth' |
| }, |
| { |
| '1': 'allow_without_credential', |
| '3': 5, |
| '4': 1, |
| '5': 8, |
| '10': 'allowWithoutCredential' |
| }, |
| { |
| '1': 'requirements', |
| '3': 7, |
| '4': 3, |
| '5': 11, |
| '6': '.google.api.AuthRequirement', |
| '10': 'requirements' |
| }, |
| ], |
| }; |
| |
| /// Descriptor for `AuthenticationRule`. Decode as a `google.protobuf.DescriptorProto`. |
| final $typed_data.Uint8List authenticationRuleDescriptor = $convert.base64Decode( |
| 'ChJBdXRoZW50aWNhdGlvblJ1bGUSGgoIc2VsZWN0b3IYASABKAlSCHNlbGVjdG9yEjMKBW9hdX' |
| 'RoGAIgASgLMh0uZ29vZ2xlLmFwaS5PQXV0aFJlcXVpcmVtZW50c1IFb2F1dGgSOAoYYWxsb3df' |
| 'd2l0aG91dF9jcmVkZW50aWFsGAUgASgIUhZhbGxvd1dpdGhvdXRDcmVkZW50aWFsEj8KDHJlcX' |
| 'VpcmVtZW50cxgHIAMoCzIbLmdvb2dsZS5hcGkuQXV0aFJlcXVpcmVtZW50UgxyZXF1aXJlbWVu' |
| 'dHM='); |
| |
| @$core.Deprecated('Use jwtLocationDescriptor instead') |
| const JwtLocation$json = { |
| '1': 'JwtLocation', |
| '2': [ |
| {'1': 'header', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'header'}, |
| {'1': 'query', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'query'}, |
| {'1': 'cookie', '3': 4, '4': 1, '5': 9, '9': 0, '10': 'cookie'}, |
| {'1': 'value_prefix', '3': 3, '4': 1, '5': 9, '10': 'valuePrefix'}, |
| ], |
| '8': [ |
| {'1': 'in'}, |
| ], |
| }; |
| |
| /// Descriptor for `JwtLocation`. Decode as a `google.protobuf.DescriptorProto`. |
| final $typed_data.Uint8List jwtLocationDescriptor = $convert.base64Decode( |
| 'CgtKd3RMb2NhdGlvbhIYCgZoZWFkZXIYASABKAlIAFIGaGVhZGVyEhYKBXF1ZXJ5GAIgASgJSA' |
| 'BSBXF1ZXJ5EhgKBmNvb2tpZRgEIAEoCUgAUgZjb29raWUSIQoMdmFsdWVfcHJlZml4GAMgASgJ' |
| 'Ugt2YWx1ZVByZWZpeEIECgJpbg=='); |
| |
| @$core.Deprecated('Use authProviderDescriptor instead') |
| const AuthProvider$json = { |
| '1': 'AuthProvider', |
| '2': [ |
| {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'}, |
| {'1': 'issuer', '3': 2, '4': 1, '5': 9, '10': 'issuer'}, |
| {'1': 'jwks_uri', '3': 3, '4': 1, '5': 9, '10': 'jwksUri'}, |
| {'1': 'audiences', '3': 4, '4': 1, '5': 9, '10': 'audiences'}, |
| { |
| '1': 'authorization_url', |
| '3': 5, |
| '4': 1, |
| '5': 9, |
| '10': 'authorizationUrl' |
| }, |
| { |
| '1': 'jwt_locations', |
| '3': 6, |
| '4': 3, |
| '5': 11, |
| '6': '.google.api.JwtLocation', |
| '10': 'jwtLocations' |
| }, |
| ], |
| }; |
| |
| /// Descriptor for `AuthProvider`. Decode as a `google.protobuf.DescriptorProto`. |
| final $typed_data.Uint8List authProviderDescriptor = $convert.base64Decode( |
| 'CgxBdXRoUHJvdmlkZXISDgoCaWQYASABKAlSAmlkEhYKBmlzc3VlchgCIAEoCVIGaXNzdWVyEh' |
| 'kKCGp3a3NfdXJpGAMgASgJUgdqd2tzVXJpEhwKCWF1ZGllbmNlcxgEIAEoCVIJYXVkaWVuY2Vz' |
| 'EisKEWF1dGhvcml6YXRpb25fdXJsGAUgASgJUhBhdXRob3JpemF0aW9uVXJsEjwKDWp3dF9sb2' |
| 'NhdGlvbnMYBiADKAsyFy5nb29nbGUuYXBpLkp3dExvY2F0aW9uUgxqd3RMb2NhdGlvbnM='); |
| |
| @$core.Deprecated('Use oAuthRequirementsDescriptor instead') |
| const OAuthRequirements$json = { |
| '1': 'OAuthRequirements', |
| '2': [ |
| {'1': 'canonical_scopes', '3': 1, '4': 1, '5': 9, '10': 'canonicalScopes'}, |
| ], |
| }; |
| |
| /// Descriptor for `OAuthRequirements`. Decode as a `google.protobuf.DescriptorProto`. |
| final $typed_data.Uint8List oAuthRequirementsDescriptor = $convert.base64Decode( |
| 'ChFPQXV0aFJlcXVpcmVtZW50cxIpChBjYW5vbmljYWxfc2NvcGVzGAEgASgJUg9jYW5vbmljYW' |
| 'xTY29wZXM='); |
| |
| @$core.Deprecated('Use authRequirementDescriptor instead') |
| const AuthRequirement$json = { |
| '1': 'AuthRequirement', |
| '2': [ |
| {'1': 'provider_id', '3': 1, '4': 1, '5': 9, '10': 'providerId'}, |
| {'1': 'audiences', '3': 2, '4': 1, '5': 9, '10': 'audiences'}, |
| ], |
| }; |
| |
| /// Descriptor for `AuthRequirement`. Decode as a `google.protobuf.DescriptorProto`. |
| final $typed_data.Uint8List authRequirementDescriptor = $convert.base64Decode( |
| 'Cg9BdXRoUmVxdWlyZW1lbnQSHwoLcHJvdmlkZXJfaWQYASABKAlSCnByb3ZpZGVySWQSHAoJYX' |
| 'VkaWVuY2VzGAIgASgJUglhdWRpZW5jZXM='); |