accessTokenExpirationDateTime property

DateTime? accessTokenExpirationDateTime
final

Indicates when accessToken will expire.

To ensure applications have continue to use valid access tokens, they will generally use the refresh token to get a new access token before it expires.

Implementation

final DateTime? accessTokenExpirationDateTime;