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 OidcConfigForResponse = OidcConfigForResponse' {}
- newOidcConfigForResponse :: OidcConfigForResponse
- oidcConfigForResponse_clientId :: Lens' OidcConfigForResponse (Maybe Text)
- oidcConfigForResponse_jwksUri :: Lens' OidcConfigForResponse (Maybe Text)
- oidcConfigForResponse_userInfoEndpoint :: Lens' OidcConfigForResponse (Maybe Text)
- oidcConfigForResponse_authorizationEndpoint :: Lens' OidcConfigForResponse (Maybe Text)
- oidcConfigForResponse_tokenEndpoint :: Lens' OidcConfigForResponse (Maybe Text)
- oidcConfigForResponse_issuer :: Lens' OidcConfigForResponse (Maybe Text)
- oidcConfigForResponse_logoutEndpoint :: Lens' OidcConfigForResponse (Maybe Text)
Documentation
data OidcConfigForResponse Source #
Your OIDC IdP workforce configuration.
See: newOidcConfigForResponse
smart constructor.
OidcConfigForResponse' | |
|
Instances
newOidcConfigForResponse :: OidcConfigForResponse Source #
Create a value of OidcConfigForResponse
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:clientId:OidcConfigForResponse'
, oidcConfigForResponse_clientId
- The OIDC IdP client ID used to configure your private workforce.
$sel:jwksUri:OidcConfigForResponse'
, oidcConfigForResponse_jwksUri
- The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private
workforce.
$sel:userInfoEndpoint:OidcConfigForResponse'
, oidcConfigForResponse_userInfoEndpoint
- The OIDC IdP user information endpoint used to configure your private
workforce.
$sel:authorizationEndpoint:OidcConfigForResponse'
, oidcConfigForResponse_authorizationEndpoint
- The OIDC IdP authorization endpoint used to configure your private
workforce.
$sel:tokenEndpoint:OidcConfigForResponse'
, oidcConfigForResponse_tokenEndpoint
- The OIDC IdP token endpoint used to configure your private workforce.
$sel:issuer:OidcConfigForResponse'
, oidcConfigForResponse_issuer
- The OIDC IdP issuer used to configure your private workforce.
$sel:logoutEndpoint:OidcConfigForResponse'
, oidcConfigForResponse_logoutEndpoint
- The OIDC IdP logout endpoint used to configure your private workforce.
oidcConfigForResponse_clientId :: Lens' OidcConfigForResponse (Maybe Text) Source #
The OIDC IdP client ID used to configure your private workforce.
oidcConfigForResponse_jwksUri :: Lens' OidcConfigForResponse (Maybe Text) Source #
The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.
oidcConfigForResponse_userInfoEndpoint :: Lens' OidcConfigForResponse (Maybe Text) Source #
The OIDC IdP user information endpoint used to configure your private workforce.
oidcConfigForResponse_authorizationEndpoint :: Lens' OidcConfigForResponse (Maybe Text) Source #
The OIDC IdP authorization endpoint used to configure your private workforce.
oidcConfigForResponse_tokenEndpoint :: Lens' OidcConfigForResponse (Maybe Text) Source #
The OIDC IdP token endpoint used to configure your private workforce.
oidcConfigForResponse_issuer :: Lens' OidcConfigForResponse (Maybe Text) Source #
The OIDC IdP issuer used to configure your private workforce.
oidcConfigForResponse_logoutEndpoint :: Lens' OidcConfigForResponse (Maybe Text) Source #
The OIDC IdP logout endpoint used to configure your private workforce.