JWTExpiration
How long the JWT token should remain valid, in seconds.
Data Type
int
Default Value
-1
Remarks
This is used to calculate the exp claim in the JWT token. By default this is set to -1 which means the driver will never refresh after generating the first token.