Package com.vonage.client.auth
Interface QueryParamsAuthMethod
- All Superinterfaces:
AuthMethod,Comparable<AuthMethod>
- All Known Implementing Classes:
ApiKeyQueryParamsAuthMethod,SignatureAuthMethod
Auth methods that are appended to the request's query parameters.
- Since:
- 8.8.0
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthParams(RequestQueryParams requestParams) Gets the auth parameters to be included in the query string.Methods inherited from interface com.vonage.client.auth.AuthMethod
compareTo, getSortKey
-
Method Details
-
getAuthParams
Gets the auth parameters to be included in the query string.- Parameters:
requestParams- List of existing request parameters, which may be used in the computation.- Returns:
- A new Map containing only the authentication parameters.
-