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