Class: Google::Cloud::Connectors::V1::AuthorizationCodeLink
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::AuthorizationCodeLink
- 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
-
#client_id ⇒ ::String
The client ID assigned to the GCP Connectors OAuth app for the connector data source.
-
#enable_pkce ⇒ ::Boolean
Whether to enable PKCE for the auth code flow.
-
#scopes ⇒ ::Array<::String>
The scopes for which the user will authorize GCP Connectors on the connector data source.
-
#uri ⇒ ::String
The base URI the user must click to trigger the authorization code login flow.
Instance Attribute Details
#client_id ⇒ ::String
Returns 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.
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.
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.
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 |