ttl property

String? ttl
getter/setter pair

The duration from the time this token is minted until its expiration.

This field is intended to ease client-side token management, since the client may have clock skew, but is still able to accurately measure a duration.

Implementation

core.String? ttl;