inc/integrations/OAuthCredentials.php
@@ -10,6 +10,7 @@ public string $access_token; public int $expires_at; public ?string $refresh_token; public ?string $revoke; public array $scopes; public function __construct(array $data) @@ -41,7 +42,7 @@ 'access_token' => $this->access_token, 'expires_at' => $this->expires_at, 'refresh_token' => $this->refresh_token, 'scopes' => $this->scopes, // 'scopes' => $this->scopes, ]; } }