expiresIn property

  1. @JS('expires_in')
int get expiresIn

The number of seconds from when the token was issued that it expires.

Implementation

@JS('expires_in')
external int get expiresIn;