public class OAuthResponse
extends Object
implements Parcelable
| Modifier and Type | Field and Description |
|---|---|
TwitterAuthToken |
authToken
The authorization token.
|
static Parcelable.Creator<OAuthResponse> |
CREATOR |
long |
userId
The user id associated with the access token.
|
String |
userName
The username associated with the access token.
|
| Constructor and Description |
|---|
OAuthResponse(TwitterAuthToken authToken,
String userName,
long userId) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
String |
toString() |
void |
writeToParcel(Parcel out,
int flags) |
public static final Parcelable.Creator<OAuthResponse> CREATOR
public final TwitterAuthToken authToken
public final String userName
public final long userId
public OAuthResponse(TwitterAuthToken authToken, String userName, long userId)
public String toString()
toString in class Objectpublic int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel out,
int flags)
writeToParcel in interface Parcelable