JTIClaimName
If you have different claim name for uniqueness identification of the JWT, update the claim name.
データ型
string
デフォルト値
"jti"
解説
By default 'jti' claim in the JWT is used to verify the uniqueness of the token. When you enable JTI verification, it helps prevent replay attacks by ensuring that each token is unique.
The value of the 'jti' claim will be a random UUID.