Class: Google::Cloud::Connectors::V1::AuthorizationCodeLink

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/connectors/v1/common.rb

Overview

This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow.

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String



261
262
263
264
# File 'proto_docs/google/cloud/connectors/v1/common.rb', line 261

class AuthorizationCodeLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#enable_pkce::Boolean



261
262
263
264
# File 'proto_docs/google/cloud/connectors/v1/common.rb', line 261

class AuthorizationCodeLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#scopes::Array<::String>



261
262
263
264
# File 'proto_docs/google/cloud/connectors/v1/common.rb', line 261

class AuthorizationCodeLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String



261
262
263
264
# File 'proto_docs/google/cloud/connectors/v1/common.rb', line 261

class AuthorizationCodeLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end