public class OAuth1RequestToken extends OAuth1Token
Constructor and Description |
---|
OAuth1RequestToken(String token,
String tokenSecret) |
OAuth1RequestToken(String token,
String tokenSecret,
boolean oauthCallbackConfirmed,
String rawResponse) |
OAuth1RequestToken(String token,
String tokenSecret,
String rawResponse) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getToken()
The temporary credentials identifier.
|
String |
getTokenSecret()
The temporary credentials shared-secret.
|
int |
hashCode() |
boolean |
isOauthCallbackConfirmed() |
String |
toString() |
isEmpty
getParameter, getRawResponse
public String getToken()
getToken
in class OAuth1Token
public String getTokenSecret()
getTokenSecret
in class OAuth1Token
public boolean isOauthCallbackConfirmed()
Copyright © 2017. All rights reserved.