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 TokenValidityUnitsType = TokenValidityUnitsType' {}
- newTokenValidityUnitsType :: TokenValidityUnitsType
- tokenValidityUnitsType_accessToken :: Lens' TokenValidityUnitsType (Maybe TimeUnitsType)
- tokenValidityUnitsType_refreshToken :: Lens' TokenValidityUnitsType (Maybe TimeUnitsType)
- tokenValidityUnitsType_idToken :: Lens' TokenValidityUnitsType (Maybe TimeUnitsType)
Documentation
data TokenValidityUnitsType Source #
The data type for TokenValidityUnits that specifics the time measurements for token validity.
See: newTokenValidityUnitsType
smart constructor.
TokenValidityUnitsType' | |
|
Instances
newTokenValidityUnitsType :: TokenValidityUnitsType Source #
Create a value of TokenValidityUnitsType
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:accessToken:TokenValidityUnitsType'
, tokenValidityUnitsType_accessToken
- A time unit in “seconds”, “minutes”, “hours” or “days” for the value in
AccessTokenValidity, defaults to hours.
$sel:refreshToken:TokenValidityUnitsType'
, tokenValidityUnitsType_refreshToken
- A time unit in “seconds”, “minutes”, “hours” or “days” for the value in
RefreshTokenValidity, defaults to days.
$sel:idToken:TokenValidityUnitsType'
, tokenValidityUnitsType_idToken
- A time unit in “seconds”, “minutes”, “hours” or “days” for the value in
IdTokenValidity, defaults to hours.
tokenValidityUnitsType_accessToken :: Lens' TokenValidityUnitsType (Maybe TimeUnitsType) Source #
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in AccessTokenValidity, defaults to hours.
tokenValidityUnitsType_refreshToken :: Lens' TokenValidityUnitsType (Maybe TimeUnitsType) Source #
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in RefreshTokenValidity, defaults to days.
tokenValidityUnitsType_idToken :: Lens' TokenValidityUnitsType (Maybe TimeUnitsType) Source #
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in IdTokenValidity, defaults to hours.