public static interface OAuthParams.OAuthParamsHelper
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
parseTimestamp(java.lang.String str)
allows one to override the default behavior when parsing timestamps,
which is to parse them as integers, and ignore timestamps that are
malformed
|
java.lang.String |
processKey(java.lang.String str)
allows custom processing of keys obtained from the request
|
java.lang.String |
processSignature(java.lang.String str)
allows custom processing of the OAuth 1.0 signature obtained from the request.
|
java.lang.Long parseTimestamp(java.lang.String str)
java.lang.String processSignature(java.lang.String str)
java.lang.String processKey(java.lang.String str)
Copyright © 2019. All Rights Reserved.