expireTime property

String? expireTime
getter/setter pair

The expiration time of the token.

This does not guarantee that the token will be valid until this time, since the token could be revoked earlier. There could also be clock skew between the auth provider and the client so it may expire slightly earlier. If not set, the token might be permanent or it may be that the service does not (or cannot) know when it will expire.

Implementation

core.String? expireTime;