Enum HttpAuthorizationHeader (2.0.0)

public enum HttpAuthorizationHeader

Authorization header sent in add-on HTTP requests

Namespace

Google.Apps.Script.Type

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