Sha256: f55b8778f7b233be4c7bffbccded86db34ee6e00d2c9c8bc22bdbd726e22d17e
Contents?: true
Size: 1.7 KB
Versions: 5
Compression:
Stored size: 1.7 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/auth.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.api.Authentication" do repeated :rules, :message, 3, "google.api.AuthenticationRule" repeated :providers, :message, 4, "google.api.AuthProvider" end add_message "google.api.AuthenticationRule" do optional :selector, :string, 1 optional :oauth, :message, 2, "google.api.OAuthRequirements" optional :allow_without_credential, :bool, 5 repeated :requirements, :message, 7, "google.api.AuthRequirement" end add_message "google.api.AuthProvider" do optional :id, :string, 1 optional :issuer, :string, 2 optional :jwks_uri, :string, 3 optional :audiences, :string, 4 optional :authorization_url, :string, 5 end add_message "google.api.OAuthRequirements" do optional :canonical_scopes, :string, 1 end add_message "google.api.AuthRequirement" do optional :provider_id, :string, 1 optional :audiences, :string, 2 end end module Google module Api Authentication = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Authentication").msgclass AuthenticationRule = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.AuthenticationRule").msgclass AuthProvider = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.AuthProvider").msgclass OAuthRequirements = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.OAuthRequirements").msgclass AuthRequirement = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.AuthRequirement").msgclass end end
Version data entries
5 entries across 5 versions & 1 rubygems