| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppFlow.Types.OAuth2Defaults
Description
Synopsis
- data OAuth2Defaults = OAuth2Defaults' {}
- newOAuth2Defaults :: OAuth2Defaults
- oAuth2Defaults_authCodeUrls :: Lens' OAuth2Defaults (Maybe [Text])
- oAuth2Defaults_oauth2CustomProperties :: Lens' OAuth2Defaults (Maybe [OAuth2CustomParameter])
- oAuth2Defaults_oauth2GrantTypesSupported :: Lens' OAuth2Defaults (Maybe [OAuth2GrantType])
- oAuth2Defaults_oauthScopes :: Lens' OAuth2Defaults (Maybe [Text])
- oAuth2Defaults_tokenUrls :: Lens' OAuth2Defaults (Maybe [Text])
Documentation
data OAuth2Defaults Source #
Contains the default values required for OAuth 2.0 authentication.
See: newOAuth2Defaults smart constructor.
Constructors
| OAuth2Defaults' | |
Fields
| |
Instances
newOAuth2Defaults :: OAuth2Defaults Source #
Create a value of OAuth2Defaults 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:authCodeUrls:OAuth2Defaults', oAuth2Defaults_authCodeUrls - Auth code URLs that can be used for OAuth 2.0 authentication.
$sel:oauth2CustomProperties:OAuth2Defaults', oAuth2Defaults_oauth2CustomProperties - List of custom parameters required for OAuth 2.0 authentication.
$sel:oauth2GrantTypesSupported:OAuth2Defaults', oAuth2Defaults_oauth2GrantTypesSupported - OAuth 2.0 grant types supported by the connector.
$sel:oauthScopes:OAuth2Defaults', oAuth2Defaults_oauthScopes - OAuth 2.0 scopes that the connector supports.
$sel:tokenUrls:OAuth2Defaults', oAuth2Defaults_tokenUrls - Token URLs that can be used for OAuth 2.0 authentication.
oAuth2Defaults_authCodeUrls :: Lens' OAuth2Defaults (Maybe [Text]) Source #
Auth code URLs that can be used for OAuth 2.0 authentication.
oAuth2Defaults_oauth2CustomProperties :: Lens' OAuth2Defaults (Maybe [OAuth2CustomParameter]) Source #
List of custom parameters required for OAuth 2.0 authentication.
oAuth2Defaults_oauth2GrantTypesSupported :: Lens' OAuth2Defaults (Maybe [OAuth2GrantType]) Source #
OAuth 2.0 grant types supported by the connector.
oAuth2Defaults_oauthScopes :: Lens' OAuth2Defaults (Maybe [Text]) Source #
OAuth 2.0 scopes that the connector supports.
oAuth2Defaults_tokenUrls :: Lens' OAuth2Defaults (Maybe [Text]) Source #
Token URLs that can be used for OAuth 2.0 authentication.