OAuthToken constructor

OAuthToken({
  1. String? scope,
  2. String? serviceAccountEmail,
})

Implementation

OAuthToken({this.scope, this.serviceAccountEmail});