| 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.Kendra.Types.UserTokenConfiguration
Description
Synopsis
- data UserTokenConfiguration = UserTokenConfiguration' {}
- newUserTokenConfiguration :: UserTokenConfiguration
- userTokenConfiguration_jsonTokenTypeConfiguration :: Lens' UserTokenConfiguration (Maybe JsonTokenTypeConfiguration)
- userTokenConfiguration_jwtTokenTypeConfiguration :: Lens' UserTokenConfiguration (Maybe JwtTokenTypeConfiguration)
Documentation
data UserTokenConfiguration Source #
Provides the configuration information for a token.
See: newUserTokenConfiguration smart constructor.
Constructors
| UserTokenConfiguration' | |
Fields
| |
Instances
newUserTokenConfiguration :: UserTokenConfiguration Source #
Create a value of UserTokenConfiguration 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:jsonTokenTypeConfiguration:UserTokenConfiguration', userTokenConfiguration_jsonTokenTypeConfiguration - Information about the JSON token type configuration.
$sel:jwtTokenTypeConfiguration:UserTokenConfiguration', userTokenConfiguration_jwtTokenTypeConfiguration - Information about the JWT token type configuration.
userTokenConfiguration_jsonTokenTypeConfiguration :: Lens' UserTokenConfiguration (Maybe JsonTokenTypeConfiguration) Source #
Information about the JSON token type configuration.
userTokenConfiguration_jwtTokenTypeConfiguration :: Lens' UserTokenConfiguration (Maybe JwtTokenTypeConfiguration) Source #
Information about the JWT token type configuration.