expiresIn property

int? expiresIn
getter/setter pair

The time in seconds when the access token expires.

Typically that's 3600.

Implementation

core.int? expiresIn;