public class TwitterAuthToken extends AuthToken implements Parcelable
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<TwitterAuthToken> |
CREATOR |
String |
secret |
String |
token |
| Constructor and Description |
|---|
TwitterAuthToken(String token,
String secret) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isExpired()
Determines whether a token is known to have expired.
|
String |
toString() |
void |
writeToParcel(Parcel out,
int flags) |
public static final Parcelable.Creator<TwitterAuthToken> CREATOR
public final String token
public final String secret
public boolean isExpired()
AuthTokenpublic String toString()
toString in class Objectpublic int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel out,
int flags)
writeToParcel in interface Parcelablepublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object