token variant
This commit is contained in:
@@ -11,6 +11,7 @@ Same Google OAuth model as Analytics, token wins over service account:
|
||||
| Header | Meaning |
|
||||
| --- | --- |
|
||||
| `X-GSC-Access-Token` | Ready OAuth2 access token (Bearer). |
|
||||
| `Authorization` | Standard `Authorization: Bearer <token>` header — equivalent alternative to `X-GSC-Access-Token` (the X- header wins if both are sent). |
|
||||
| `X-GSC-Credentials` | Base64 service-account JSON; token minted with scope `https://www.googleapis.com/auth/webmasters.readonly`. |
|
||||
| `X-GSC-Quota-Project` | Optional GCP project id → `x-goog-user-project`. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user