Interface Authentication
- All Known Implementing Classes:
ApiKeyAuth, HttpBasicAuth, HttpBearerAuth
public interface Authentication
A handler that applies the required security to a request. The handler may modifiy the
request in any way, but usually only the
Authorization should be set.-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyToParams(ApiCall<?> call) Apply authentication settings to header and query params.
-
Method Details
-
applyToParams
Apply authentication settings to header and query params.- Parameters:
call- API call with all parameters that can be modified.
-