JWTExpiration
The amount of time until the JWT expires, in seconds.
Data Type
int
Default Value
-1
Remarks
This is used to calculate the exp claim in the JWT.
When set to -1, the add-in generates the first token, but never refreshes it. This is the default value.