public class LineCredential
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static <any> |
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(Parcel dest,
int flags) |
public LineCredential(@NonNull
LineAccessToken accessToken,
@NonNull
java.util.List<Scope> scopes)
public void writeToParcel(Parcel dest,
int flags)
public int describeContents()
@NonNull public LineAccessToken getAccessToken()
LineAccessToken object that contains the access token.@NonNull 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