JWTExpiration
How long the JWT token should remain valid, in seconds.
データ型
int
デフォルト値
-1
解説
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.