public interface HttpOptionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAuthorizationHeader()
public abstract HttpAuthorizationHeader getAuthorizationHeader()
Configuration for the token sent in the HTTP Authorization header
.google.apps.script.type.HttpAuthorizationHeader authorization_header = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for authorizationHeader. |