| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
TokenValidityUnitsType |
TokenValidityUnitsType.clone() |
TokenValidityUnitsType |
UserPoolClientType.getTokenValidityUnits()
The time units used to specify the token validity times of each token type: ID, access, and refresh.
|
TokenValidityUnitsType |
UpdateUserPoolClientRequest.getTokenValidityUnits()
The time units you use when you set the duration of ID, access, and refresh tokens.
|
TokenValidityUnitsType |
CreateUserPoolClientRequest.getTokenValidityUnits()
The units in which the validity times are represented.
|
TokenValidityUnitsType |
TokenValidityUnitsType.withAccessToken(String accessToken)
A time unit of
seconds, minutes, hours, or days for the value
that you set in the AccessTokenValidity parameter. |
TokenValidityUnitsType |
TokenValidityUnitsType.withAccessToken(TimeUnitsType accessToken)
A time unit of
seconds, minutes, hours, or days for the value
that you set in the AccessTokenValidity parameter. |
TokenValidityUnitsType |
TokenValidityUnitsType.withIdToken(String idToken)
A time unit of
seconds, minutes, hours, or days for the value
that you set in the IdTokenValidity parameter. |
TokenValidityUnitsType |
TokenValidityUnitsType.withIdToken(TimeUnitsType idToken)
A time unit of
seconds, minutes, hours, or days for the value
that you set in the IdTokenValidity parameter. |
TokenValidityUnitsType |
TokenValidityUnitsType.withRefreshToken(String refreshToken)
A time unit of
seconds, minutes, hours, or days for the value
that you set in the RefreshTokenValidity parameter. |
TokenValidityUnitsType |
TokenValidityUnitsType.withRefreshToken(TimeUnitsType refreshToken)
A time unit of
seconds, minutes, hours, or days for the value
that you set in the RefreshTokenValidity parameter. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserPoolClientType.setTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The time units used to specify the token validity times of each token type: ID, access, and refresh.
|
void |
UpdateUserPoolClientRequest.setTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The time units you use when you set the duration of ID, access, and refresh tokens.
|
void |
CreateUserPoolClientRequest.setTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The units in which the validity times are represented.
|
UserPoolClientType |
UserPoolClientType.withTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The time units used to specify the token validity times of each token type: ID, access, and refresh.
|
UpdateUserPoolClientRequest |
UpdateUserPoolClientRequest.withTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The time units you use when you set the duration of ID, access, and refresh tokens.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The units in which the validity times are represented.
|
Copyright © 2024. All rights reserved.