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

Returns The client ID assigned to the GCP Connectors OAuth app for the connector data source.

Returns:

  • (::String)

    The client ID assigned to the GCP Connectors OAuth app for the connector data source.



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

Returns Whether to enable PKCE for the auth code flow.

Returns:

  • (::Boolean)

    Whether to enable PKCE for the auth code flow.



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>

Returns The scopes for which the user will authorize GCP Connectors on the connector data source.

Returns:

  • (::Array<::String>)

    The scopes for which the user will authorize GCP Connectors on the connector data source.



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

Returns The base URI the user must click to trigger the authorization code login flow.

Returns:

  • (::String)

    The base URI the user must click to trigger the authorization code login flow.



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