AuthorizationCodeLink class
This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow.
Constructors
-
AuthorizationCodeLink({String? clientId, bool? enablePkce, List<
String> ? scopes, String? uri}) - AuthorizationCodeLink.fromJson(Map json_)
Properties
- clientId ↔ String?
-
The client ID assigned to the Google Cloud Connectors OAuth app for the
connector data source.
getter/setter pair
- enablePkce ↔ bool?
-
Whether to enable PKCE for the auth code flow.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
↔ List<
String> ? -
The scopes for which the user will authorize Google Cloud Connectors on
the connector data source.
getter/setter pair
- uri ↔ String?
-
The base URI the user must click to trigger the authorization code login
flow.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited