| 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.AmplifyUiBuilder.Types.RefreshTokenRequestBody
Description
Documentation
data RefreshTokenRequestBody Source #
Describes a refresh token.
See: newRefreshTokenRequestBody smart constructor.
Constructors
| RefreshTokenRequestBody' | |
Instances
newRefreshTokenRequestBody Source #
Create a value of RefreshTokenRequestBody 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:token:RefreshTokenRequestBody', refreshTokenRequestBody_token - The token to use to refresh a previously issued access token that might
have expired.
refreshTokenRequestBody_token :: Lens' RefreshTokenRequestBody Text Source #
The token to use to refresh a previously issued access token that might have expired.