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 that validity times are represented in.TokenValidityUnitsTypeUpdateUserPoolClientRequest. tokenValidityUnits()The time units you use when you set the duration of ID, access, and refresh tokens.TokenValidityUnitsTypeUserPoolClientType. tokenValidityUnits()The time units that, withIdTokenValidity,AccessTokenValidity, andRefreshTokenValidity, set and display the duration of ID, access, and refresh tokens for an app client.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 that validity times are represented in.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 that, withIdTokenValidity,AccessTokenValidity, andRefreshTokenValidity, set and display the duration of ID, access, and refresh tokens for an app client.
-