Credentials@Incubating public interface HttpHeaderCredentials extends Credentials
| Modifier and Type | Method | Description | 
|---|---|---|
| String | getName() | Returns the header name to use when authenticating. | 
| String | getValue() | Returns the header value to use when authenticating. | 
| void | setName(String name) | Sets the header name to use when authenticating. | 
| void | setValue(String value) | Sets the header value to use when authenticating. | 
@Nullable String getName()
void setName(@Nullable
             String name)
name - The header name. May be null.@Nullable String getValue()
void setValue(@Nullable
              String value)
value - The header value. May be null.