OAuthJWTValidityTime Parameter (Connect-JSON Cmdlet)
How long the JWT should remain valid, in seconds.
Syntax
Connect-JSON -OAuthJWTValidityTime int
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.