public interface SignatureService
| Modifier and Type | Field and Description |
|---|---|
static Base64.Encoder |
BASE_64_ENCODER |
| Modifier and Type | Method and Description |
|---|---|
String |
getSignature(String baseString,
String apiSecret,
String tokenSecret)
Returns the signature
|
String |
getSignatureMethod() |
static final Base64.Encoder BASE_64_ENCODER
String getSignature(String baseString, String apiSecret, String tokenSecret)
baseString - url-encoded string to signapiSecret - api secret for your apptokenSecret - token secret (empty string for the request token step)String getSignatureMethod()
Copyright © 2018. All rights reserved.