UserTokenParameters interface

Get User Token parameters.

Properties

expiry

The Expiry time of the Token. Maximum token expiry time is set to 30 days. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

keyType

The Key to be used to generate token for user.

Property Details

expiry

The Expiry time of the Token. Maximum token expiry time is set to 30 days. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

expiry?: Date

Property Value

Date

keyType

The Key to be used to generate token for user.

keyType?: KeyType_2

Property Value