GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.Builder.accessToken(String accessToken) |
The credentials used to access protected Google Analytics resources.
|
static GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.builder() |
|
GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.Builder.clientId(String clientId) |
The identifier for the desired client.
|
GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.Builder.clientSecret(String clientSecret) |
The client secret used by the OAuth client to authenticate to the authorization server.
|
default GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest) |
The OAuth requirement needed to request security tokens from the connector endpoint.
|
GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.Builder.oAuthRequest(ConnectorOAuthRequest oAuthRequest) |
The OAuth requirement needed to request security tokens from the connector endpoint.
|
GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.Builder.refreshToken(String refreshToken) |
The credentials used to acquire new access tokens.
|
GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.toBuilder() |
|