OAuthJWTValidityTime
How long the JWT should remain valid, in seconds.
Data Type
int
Default Value
3600
Remarks
This is used to calculate the exp field in the JWT. By default this is set to 3600 which means the JWT is valid for 1 hour after it is generated. Some APIs may require lower values than this.