Google Workspace Add-ons V1 API - Module Google::Apps::Script::Type::HttpAuthorizationHeader (v0.4.0)

Reference documentation and code samples for the Google Workspace Add-ons V1 API module Google::Apps::Script::Type::HttpAuthorizationHeader.

Authorization header sent in add-on HTTP requests

Constants

HTTP_AUTHORIZATION_HEADER_UNSPECIFIED

value: 0
Default value, equivalent to SYSTEM_ID_TOKEN

SYSTEM_ID_TOKEN

value: 1
Send an ID token for the project-specific Google Workspace Add-ons system service account (default)

USER_ID_TOKEN

value: 2
Send an ID token for the end user

NONE

value: 3
Do not send an Authentication header