Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data GoogleAnalyticsConnectorProfileCredentials = GoogleAnalyticsConnectorProfileCredentials' {}
- newGoogleAnalyticsConnectorProfileCredentials :: Text -> Text -> GoogleAnalyticsConnectorProfileCredentials
- googleAnalyticsConnectorProfileCredentials_accessToken :: Lens' GoogleAnalyticsConnectorProfileCredentials (Maybe Text)
- googleAnalyticsConnectorProfileCredentials_refreshToken :: Lens' GoogleAnalyticsConnectorProfileCredentials (Maybe Text)
- googleAnalyticsConnectorProfileCredentials_oAuthRequest :: Lens' GoogleAnalyticsConnectorProfileCredentials (Maybe ConnectorOAuthRequest)
- googleAnalyticsConnectorProfileCredentials_clientId :: Lens' GoogleAnalyticsConnectorProfileCredentials Text
- googleAnalyticsConnectorProfileCredentials_clientSecret :: Lens' GoogleAnalyticsConnectorProfileCredentials Text
Documentation
data GoogleAnalyticsConnectorProfileCredentials Source #
The connector-specific profile credentials required by Google Analytics.
See: newGoogleAnalyticsConnectorProfileCredentials
smart constructor.
GoogleAnalyticsConnectorProfileCredentials' | |
|
Instances
newGoogleAnalyticsConnectorProfileCredentials Source #
:: Text | |
-> Text |
|
-> GoogleAnalyticsConnectorProfileCredentials |
Create a value of GoogleAnalyticsConnectorProfileCredentials
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accessToken:GoogleAnalyticsConnectorProfileCredentials'
, googleAnalyticsConnectorProfileCredentials_accessToken
- The credentials used to access protected Google Analytics resources.
$sel:refreshToken:GoogleAnalyticsConnectorProfileCredentials'
, googleAnalyticsConnectorProfileCredentials_refreshToken
- The credentials used to acquire new access tokens. This is required only
for OAuth2 access tokens, and is not required for OAuth1 access tokens.
$sel:oAuthRequest:GoogleAnalyticsConnectorProfileCredentials'
, googleAnalyticsConnectorProfileCredentials_oAuthRequest
- The OAuth requirement needed to request security tokens from the
connector endpoint.
$sel:clientId:GoogleAnalyticsConnectorProfileCredentials'
, googleAnalyticsConnectorProfileCredentials_clientId
- The identifier for the desired client.
$sel:clientSecret:GoogleAnalyticsConnectorProfileCredentials'
, googleAnalyticsConnectorProfileCredentials_clientSecret
- The client secret used by the OAuth client to authenticate to the
authorization server.
googleAnalyticsConnectorProfileCredentials_accessToken :: Lens' GoogleAnalyticsConnectorProfileCredentials (Maybe Text) Source #
The credentials used to access protected Google Analytics resources.
googleAnalyticsConnectorProfileCredentials_refreshToken :: Lens' GoogleAnalyticsConnectorProfileCredentials (Maybe Text) Source #
The credentials used to acquire new access tokens. This is required only for OAuth2 access tokens, and is not required for OAuth1 access tokens.
googleAnalyticsConnectorProfileCredentials_oAuthRequest :: Lens' GoogleAnalyticsConnectorProfileCredentials (Maybe ConnectorOAuthRequest) Source #
The OAuth requirement needed to request security tokens from the connector endpoint.
googleAnalyticsConnectorProfileCredentials_clientId :: Lens' GoogleAnalyticsConnectorProfileCredentials Text Source #
The identifier for the desired client.
googleAnalyticsConnectorProfileCredentials_clientSecret :: Lens' GoogleAnalyticsConnectorProfileCredentials Text Source #
The client secret used by the OAuth client to authenticate to the authorization server.