Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.TokenValidityUnitsType
Packages that use TokenValidityUnitsType
-
Uses of TokenValidityUnitsType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return TokenValidityUnitsTypeModifier and TypeMethodDescriptionfinal TokenValidityUnitsTypeCreateUserPoolClientRequest.tokenValidityUnits()The units that validity times are represented in.final TokenValidityUnitsTypeUpdateUserPoolClientRequest.tokenValidityUnits()The units that validity times are represented in.final 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 TokenValidityUnitsTypeModifier and TypeMethodDescriptionCreateUserPoolClientRequest.Builder.tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits) The units that validity times are represented in.UpdateUserPoolClientRequest.Builder.tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits) The units that validity times are represented in.UserPoolClientType.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.