Google.Apps.Script.Type - Enum HttpAuthorizationHeader (2.1.0)

Stay organized with collections Save and categorize content based on your preferences.
public enum HttpAuthorizationHeader

Reference documentation and code samples for the Google.Apps.Script.Type enum HttpAuthorizationHeader.

Authorization header sent in add-on HTTP requests

Namespace

GoogleGoogle.AppsGoogle.Apps.ScriptType

Assembly

Google.Apps.Script.Type.dll

Fields

NameDescription
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 SYSTEM_ID_TOKEN

UserIdToken

Send an ID token for the end user