AuthenticationRule$json top-level constant

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

Implementation

@$core.Deprecated('Use authenticationRuleDescriptor instead')
const AuthenticationRule$json = const {
  '1': 'AuthenticationRule',
  '2': const [
    const {'1': 'selector', '3': 1, '4': 1, '5': 9, '10': 'selector'},
    const {'1': 'oauth', '3': 2, '4': 1, '5': 11, '6': '.google.api.OAuthRequirements', '10': 'oauth'},
    const {'1': 'allow_without_credential', '3': 5, '4': 1, '5': 8, '10': 'allowWithoutCredential'},
    const {'1': 'requirements', '3': 7, '4': 3, '5': 11, '6': '.google.api.AuthRequirement', '10': 'requirements'},
  ],
};