| java.lang.Object | |
| ↳ | com.linecorp.linesdk.LineCredential |
Represents credentials that are used to grant access to the Social API.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final Creator<LineCredential> | CREATOR | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LineCredential(LineAccessToken accessToken, List<Scope> scopes) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LineAccessToken |
getAccessToken()
Gets the access token.
| ||||||||||
| List<Scope> |
getScopes()
Gets a list of permissions that the access token holds.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Gets the access token.
LineAccessToken object that contains the access token.
Gets a list of permissions that the access token holds.