AccessToken constructor

AccessToken({
  1. String? token,
  2. String? kind,
  3. int? expiresAt,
  4. String? scope,
  5. String? refreshToken,
})

Implementation

AccessToken({this.token, this.kind, this.expiresAt, this.scope, this.refreshToken});