Cmdlets for XML

Build 24.0.9060

OAuthJWTValidityTime Parameter (Connect-XML Cmdlet)

How long the JWT should remain valid, in seconds.

Syntax

Connect-XML -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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060