public class HeaderAuth extends AuthCredential
| 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)
Apply the Header authentication.
|
getAuthParams, validatepublic io.apimatic.coreinterfaces.http.request.Request apply(io.apimatic.coreinterfaces.http.request.Request httpRequest)
apply in class io.apimatic.coreinterfaces.authentication.AuthenticationhttpRequest - The HTTP request on which the auth is to be applied.Request The HTTP request after applying auth.Copyright © 2025. All rights reserved.