Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.TokenValidityUnitsType
-
Packages that use TokenValidityUnitsType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of TokenValidityUnitsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return TokenValidityUnitsType Modifier and Type Method Description TokenValidityUnitsTypeCreateUserPoolClientRequest. tokenValidityUnits()The units in which the validity times are represented.TokenValidityUnitsTypeUpdateUserPoolClientRequest. tokenValidityUnits()The time units you use when you set the duration of ID, access, and refresh tokens.TokenValidityUnitsTypeUserPoolClientType. tokenValidityUnits()The time units used to specify the token validity times of each token type: ID, access, and refresh.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type TokenValidityUnitsType Modifier and Type Method Description CreateUserPoolClientRequest.BuilderCreateUserPoolClientRequest.Builder. tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)The units in which the validity times are represented.UpdateUserPoolClientRequest.BuilderUpdateUserPoolClientRequest.Builder. tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)The time units you use when you set the duration of ID, access, and refresh tokens.UserPoolClientType.BuilderUserPoolClientType.Builder. tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)The time units used to specify the token validity times of each token type: ID, access, and refresh.
-