public enum HttpAuthorizationHeaderReference documentation and code samples for the Google.Apps.Script.Type enum HttpAuthorizationHeader.
Authorization header sent in add-on HTTP requests
Namespace
Google.Apps.Script.TypeAssembly
Google.Apps.Script.Type.dll
Fields |
|
|---|---|
| Name | Description |
None |
Do not send an Authentication header |
SystemIdToken |
Send an ID token for the project-specific Google Workspace add-ons system service account (default) |
Unspecified |
Default value, equivalent to |
UserIdToken |
Send an ID token for the end user |