ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics class
Constructors
-
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics({Input<
String?> ? accessToken, required Input<String> clientId, required Input<String> clientSecret, Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest?> ? oauthRequest, Input<String?> ? refreshToken}) -
Creates a new ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics.
accessTokenCredentials used to access protected Zendesk resources.clientIdIdentifier for the desired client.clientSecretClient secret used by the OAuth client to authenticate to the authorization server.oauthRequestOAuth requirement needed to request security tokens from the connector endpoint. Seeconnector_profile_config.connector_profile_credentials.zendesk.oauth_requestBlock for details.refreshTokenRefresh token used to refresh an expired access token.const -
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
accessToken
→ Input<
String?> ? -
Credentials used to access protected Zendesk resources.
final
-
clientId
→ Input<
String> -
Identifier for the desired client.
final
-
clientSecret
→ Input<
String> -
Client secret used by the OAuth client to authenticate to the authorization server.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
oauthRequest
→ Input<
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest?> ? -
OAuth requirement needed to request security tokens from the connector endpoint. See
connector_profile_config.connector_profile_credentials.zendesk.oauth_requestBlock for details.final -
refreshToken
→ Input<
String?> ? -
Refresh token used to refresh an expired access token.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited