expireTime property

String? expireTime
getter/setter pair

Desired expiration time of the access token.

This value must be at most 24 hours in the future. If a value is not specified, the token's expiration time will be set to a default value of 1 hour in the future.

Implementation

core.String? expireTime;