expiresInMs property

int? expiresInMs
getter/setter pair

The lifetime of the access token, in milliseconds. If not given, the client can assume that the access token will not expire.

Implementation

int? expiresInMs;