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 MarketoConnectorProfileCredentials = MarketoConnectorProfileCredentials' {}
- newMarketoConnectorProfileCredentials :: Text -> Text -> MarketoConnectorProfileCredentials
- marketoConnectorProfileCredentials_accessToken :: Lens' MarketoConnectorProfileCredentials (Maybe Text)
- marketoConnectorProfileCredentials_oAuthRequest :: Lens' MarketoConnectorProfileCredentials (Maybe ConnectorOAuthRequest)
- marketoConnectorProfileCredentials_clientId :: Lens' MarketoConnectorProfileCredentials Text
- marketoConnectorProfileCredentials_clientSecret :: Lens' MarketoConnectorProfileCredentials Text
Documentation
data MarketoConnectorProfileCredentials Source #
The connector-specific profile credentials required by Marketo.
See: newMarketoConnectorProfileCredentials
smart constructor.
MarketoConnectorProfileCredentials' | |
|
Instances
newMarketoConnectorProfileCredentials Source #
Create a value of MarketoConnectorProfileCredentials
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:MarketoConnectorProfileCredentials'
, marketoConnectorProfileCredentials_accessToken
- The credentials used to access protected Marketo resources.
$sel:oAuthRequest:MarketoConnectorProfileCredentials'
, marketoConnectorProfileCredentials_oAuthRequest
- The OAuth requirement needed to request security tokens from the
connector endpoint.
$sel:clientId:MarketoConnectorProfileCredentials'
, marketoConnectorProfileCredentials_clientId
- The identifier for the desired client.
$sel:clientSecret:MarketoConnectorProfileCredentials'
, marketoConnectorProfileCredentials_clientSecret
- The client secret used by the OAuth client to authenticate to the
authorization server.
marketoConnectorProfileCredentials_accessToken :: Lens' MarketoConnectorProfileCredentials (Maybe Text) Source #
The credentials used to access protected Marketo resources.
marketoConnectorProfileCredentials_oAuthRequest :: Lens' MarketoConnectorProfileCredentials (Maybe ConnectorOAuthRequest) Source #
The OAuth requirement needed to request security tokens from the connector endpoint.
marketoConnectorProfileCredentials_clientId :: Lens' MarketoConnectorProfileCredentials Text Source #
The identifier for the desired client.
marketoConnectorProfileCredentials_clientSecret :: Lens' MarketoConnectorProfileCredentials Text Source #
The client secret used by the OAuth client to authenticate to the authorization server.