public class LineCredential
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<LineCredential> |
CREATOR |
| Constructor and Description |
|---|
LineCredential(LineAccessToken accessToken,
java.util.List<Scope> scopes) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
LineAccessToken |
getAccessToken()
Gets the access token.
|
java.util.List<Scope> |
getScopes()
Gets a list of permissions that the access token holds.
|
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<LineCredential> CREATOR
public LineCredential(LineAccessToken accessToken, java.util.List<Scope> scopes)
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic int describeContents()
describeContents in interface android.os.Parcelablepublic LineAccessToken getAccessToken()
LineAccessToken object that contains the access token.public java.util.List<Scope> getScopes()
Scopepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object