|
Rename Parameter nonce : String to percentEncodedNonce : String in method package calculateSignature(consumerAuth ConsumerKey, userAuth RequestToken, request Request, oauthTimestamp long, percentEncodedNonce String) : String in class org.asynchttpclient.oauth.OAuthSignatureCalculatorInstance |
From |
To |
|
Rename Parameter nonce : String to percentEncodedNonce : String in method package constructAuthHeader(consumerAuth ConsumerKey, userAuth RequestToken, signature String, percentEncodedNonce String, oauthTimestamp long) : String in class org.asynchttpclient.oauth.OAuthSignatureCalculatorInstance |
From |
To |
|
Rename Parameter nonce : String to percentEncodedNonce : String in method package signatureBaseString(consumerAuth ConsumerKey, userAuth RequestToken, request Request, oauthTimestamp long, percentEncodedNonce String) : StringBuilder in class org.asynchttpclient.oauth.OAuthSignatureCalculatorInstance |
From |
To |
|
Rename Parameter nonce : String to percentEncodedNonce : String in method package sign(consumerAuth ConsumerKey, userAuth RequestToken, request Request, requestBuilder RequestBuilderBase<?>, percentEncodedNonce String, timestamp long) : void in class org.asynchttpclient.oauth.OAuthSignatureCalculatorInstance |
From |
To |
|
Rename Parameter nonce : String to percentEncodedNonce : String in method private encodedParams(consumerAuth ConsumerKey, userAuth RequestToken, oauthTimestamp long, percentEncodedNonce String, formParams List<Param>, queryParams List<Param>) : String in class org.asynchttpclient.oauth.OAuthSignatureCalculatorInstance |
From |
To |