ttl property

String? ttl
getter/setter pair

Desired lifetime duration of the access token.

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

Implementation

core.String? ttl;