Skip to main content

ICognitoIdentityProviderTokenValidityUnitsType

Interface in AWS.CognitoIdentityProvider

Interface for TokenValidityUnitsType.

Properties

AccessToken

property AccessToken: string

The time unit of AccessTokenValidity.

Valid values: seconds | minutes | hours | days. The default value, if not specified is hours.

IdToken

property IdToken: string

The time unit of IdTokenValidity.

Valid values: seconds | minutes | hours | days. The default value, if not specified is hours.

RefreshToken

property RefreshToken: string

The time unit of RefreshTokenValidity

Valid values: seconds | minutes | hours | days. The default value, if not specified is days.