public class HeaderAuth extends Object implements io.apimatic.coreinterfaces.authentication.Authentication
Authentication that supports HTTP authentication
through HTTP Headers.| Constructor and Description |
|---|
HeaderAuth(Map<String,String> authParams) |
| Modifier and Type | Method and Description |
|---|---|
io.apimatic.coreinterfaces.http.request.Request |
apply(io.apimatic.coreinterfaces.http.request.Request httpRequest) |
void |
validate()
Validate the header authentication.
|
public io.apimatic.coreinterfaces.http.request.Request apply(io.apimatic.coreinterfaces.http.request.Request httpRequest)
apply in interface io.apimatic.coreinterfaces.authentication.AuthenticationhttpRequest - A request.public void validate()
validate in interface io.apimatic.coreinterfaces.authentication.AuthenticationCopyright © 2023. All rights reserved.