public interface Signer
| Modifier and Type | Method and Description |
|---|---|
void |
sign(Request request,
Credentials credentials)
Signs the request from the specified credentials.
|
void sign(Request request, Credentials credentials) throws AuthClientException
request - the request to sign.credentials - the credentials used to sign the request.AuthClientException - if an error occurs during signing the request.