oauthExpireIn property

  1. @Deprecated('Not supported. Member documentation may have more information.')
int? oauthExpireIn
getter/setter pair

The access token expiration time in seconds.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.int? oauthExpireIn;