CDK_AUTH_SESSIONLIFETIME
: Max session lifetime in seconds. The default is 3 days.CDK_AUTH_IDLETIMEOUT
: Max idle session time in seconds (access token lifetime). If this value is not set, the same value will be taken from CDK_AUTH_SESSIONLIFETIME
. Should be lower than CDK_AUTH_SESSIONLIFETIME
.