GetOAuthAccessToken200ResponseInner constructor

GetOAuthAccessToken200ResponseInner({
  1. String? object,
  2. String? externalAccountId,
  3. String? providerUserId,
  4. String? token,
  5. String? provider,
  6. Map<String, Object> publicMetadata = const {},
  7. String? label,
  8. List<String> scopes = const [],
  9. String? tokenSecret,
  10. int? expiresAt,
})

Returns a new GetOAuthAccessToken200ResponseInner instance.

Implementation

GetOAuthAccessToken200ResponseInner({
  this.object,
  this.externalAccountId,
  this.providerUserId,
  this.token,
  this.provider,
  this.publicMetadata = const {},
  this.label,
  this.scopes = const [],
  this.tokenSecret,
  this.expiresAt,
});