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 |
Documentation
data ConnectorOAuthRequest Source #
Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
See: newConnectorOAuthRequest
smart constructor.
Instances
newConnectorOAuthRequest :: ConnectorOAuthRequest Source #
Create a value of ConnectorOAuthRequest
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:redirectUri:ConnectorOAuthRequest'
, connectorOAuthRequest_redirectUri
- The URL to which the authentication server redirects the browser after
authorization has been granted.
$sel:authCode:ConnectorOAuthRequest'
, connectorOAuthRequest_authCode
- The code provided by the connector when it has been authenticated via
the connected app.
connectorOAuthRequest_redirectUri :: Lens' ConnectorOAuthRequest (Maybe Text) Source #
The URL to which the authentication server redirects the browser after authorization has been granted.
connectorOAuthRequest_authCode :: Lens' ConnectorOAuthRequest (Maybe Text) Source #
The code provided by the connector when it has been authenticated via the connected app.