Interface HttpOptionsOrBuilder (2.41.0)

public interface HttpOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthorizationHeader()

public abstract HttpAuthorizationHeader getAuthorizationHeader()

Configuration for the token sent in the HTTP Authorization header

.google.apps.script.type.HttpAuthorizationHeader authorization_header = 1;

Returns
TypeDescription
HttpAuthorizationHeader

The authorizationHeader.

getAuthorizationHeaderValue()

public abstract int getAuthorizationHeaderValue()

Configuration for the token sent in the HTTP Authorization header

.google.apps.script.type.HttpAuthorizationHeader authorization_header = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for authorizationHeader.