Class CfnUserPoolClient.TokenValidityUnitsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPoolClient.TokenValidityUnitsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolClient.TokenValidityUnitsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPoolClient.TokenValidityUnitsProperty
@Stability(Stable)
@Internal
public static final class CfnUserPoolClient.TokenValidityUnitsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPoolClient.TokenValidityUnitsProperty
An implementation for
CfnUserPoolClient.TokenValidityUnitsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPoolClient.TokenValidityUnitsProperty
CfnUserPoolClient.TokenValidityUnitsProperty.Builder, CfnUserPoolClient.TokenValidityUnitsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPoolClient.TokenValidityUnitsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA time unit for the value that you set in theAccessTokenValidityparameter.final StringA time unit for the value that you set in theIdTokenValidityparameter.final StringA time unit for the value that you set in theRefreshTokenValidityparameter.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUserPoolClient.TokenValidityUnitsProperty.Builder.
-
-
Method Details
-
getAccessToken
Description copied from interface:CfnUserPoolClient.TokenValidityUnitsPropertyA time unit for the value that you set in theAccessTokenValidityparameter.The default
AccessTokenValiditytime unit ishours.AccessTokenValidityduration can range from five minutes to one day.- Specified by:
getAccessTokenin interfaceCfnUserPoolClient.TokenValidityUnitsProperty- See Also:
-
getIdToken
Description copied from interface:CfnUserPoolClient.TokenValidityUnitsPropertyA time unit for the value that you set in theIdTokenValidityparameter.The default
IdTokenValiditytime unit ishours.IdTokenValidityduration can range from five minutes to one day.- Specified by:
getIdTokenin interfaceCfnUserPoolClient.TokenValidityUnitsProperty- See Also:
-
getRefreshToken
Description copied from interface:CfnUserPoolClient.TokenValidityUnitsPropertyA time unit for the value that you set in theRefreshTokenValidityparameter.The default
RefreshTokenValiditytime unit isdays.RefreshTokenValidityduration can range from 60 minutes to 10 years.- Specified by:
getRefreshTokenin interfaceCfnUserPoolClient.TokenValidityUnitsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-