GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow class
Parameters to support Oauth 2.0 Auth Code Grant Authentication.
See https://www.rfc-editor.org/rfc/rfc6749#section-1.3.1 for more details.
Constructors
-
GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow({String? authCode, String? authUri, String? clientId, GoogleCloudConnectorsV1Secret? clientSecret, bool? enablePkce, String? pkceVerifier, String? redirectUri, List<
String> ? scopes}) - GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow.fromJson(Map json_)
Properties
- authCode ↔ String?
-
Authorization code to be exchanged for access and refresh tokens.
getter/setter pair
- authUri ↔ String?
-
Auth URL for Authorization Code Flow
getter/setter pair
- clientId ↔ String?
-
Client ID for user-provided OAuth app.
getter/setter pair
- clientSecret ↔ GoogleCloudConnectorsV1Secret?
-
Client secret for user-provided OAuth app.
getter/setter pair
- enablePkce ↔ bool?
-
Whether to enable PKCE when the user performs the auth code flow.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pkceVerifier ↔ String?
-
PKCE verifier to be used during the auth code exchange.
getter/setter pair
- redirectUri ↔ String?
-
Redirect URI to be provided during the auth code exchange.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
↔ List<
String> ? -
Scopes the connection will request when the user performs the auth code
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