Configure the maximum validity duration (expiration period) of access tokens that are obtained by the application.
A generated MobileFirst access token has an expiration period, which determines the duration for which the token is valid. See.Token expiration. The maximum access-token expiration period is configured by setting the value of the maxTokenExpiration property of the application descriptor. The default value of this property is 3,600 seconds (1 hour). Follow the outlined procedure to configure this property.
"maxTokenExpiration": max_token_expiration_period
For
example, the following code sets the application's maximum token-expiration
period to 7,200 seconds (2 hours):
{
...
"maxTokenExpiration": 7200
}