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 ConnectionOAuthResponseParameters = ConnectionOAuthResponseParameters' {}
- newConnectionOAuthResponseParameters :: ConnectionOAuthResponseParameters
- connectionOAuthResponseParameters_httpMethod :: Lens' ConnectionOAuthResponseParameters (Maybe ConnectionOAuthHttpMethod)
- connectionOAuthResponseParameters_clientParameters :: Lens' ConnectionOAuthResponseParameters (Maybe ConnectionOAuthClientResponseParameters)
- connectionOAuthResponseParameters_oAuthHttpParameters :: Lens' ConnectionOAuthResponseParameters (Maybe ConnectionHttpParameters)
- connectionOAuthResponseParameters_authorizationEndpoint :: Lens' ConnectionOAuthResponseParameters (Maybe Text)
Documentation
data ConnectionOAuthResponseParameters Source #
Contains the response parameters when OAuth is specified as the authorization type.
See: newConnectionOAuthResponseParameters
smart constructor.
ConnectionOAuthResponseParameters' | |
|
Instances
newConnectionOAuthResponseParameters :: ConnectionOAuthResponseParameters Source #
Create a value of ConnectionOAuthResponseParameters
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:httpMethod:ConnectionOAuthResponseParameters'
, connectionOAuthResponseParameters_httpMethod
- The method used to connect to the HTTP endpoint.
$sel:clientParameters:ConnectionOAuthResponseParameters'
, connectionOAuthResponseParameters_clientParameters
- A ConnectionOAuthClientResponseParameters
object that contains details
about the client parameters returned when OAuth is specified as the
authorization type.
$sel:oAuthHttpParameters:ConnectionOAuthResponseParameters'
, connectionOAuthResponseParameters_oAuthHttpParameters
- The additional HTTP parameters used for the OAuth authorization request.
$sel:authorizationEndpoint:ConnectionOAuthResponseParameters'
, connectionOAuthResponseParameters_authorizationEndpoint
- The URL to the HTTP endpoint that authorized the request.
connectionOAuthResponseParameters_httpMethod :: Lens' ConnectionOAuthResponseParameters (Maybe ConnectionOAuthHttpMethod) Source #
The method used to connect to the HTTP endpoint.
connectionOAuthResponseParameters_clientParameters :: Lens' ConnectionOAuthResponseParameters (Maybe ConnectionOAuthClientResponseParameters) Source #
A ConnectionOAuthClientResponseParameters
object that contains details
about the client parameters returned when OAuth is specified as the
authorization type.
connectionOAuthResponseParameters_oAuthHttpParameters :: Lens' ConnectionOAuthResponseParameters (Maybe ConnectionHttpParameters) Source #
The additional HTTP parameters used for the OAuth authorization request.
connectionOAuthResponseParameters_authorizationEndpoint :: Lens' ConnectionOAuthResponseParameters (Maybe Text) Source #
The URL to the HTTP endpoint that authorized the request.