@LevelUpApi(contract=PUBLIC) public interface AccessTokenRetriever extends Parcelable
User
's AccessToken
.Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Modifier and Type | Method and Description |
---|---|
AccessToken |
getAccessToken(Context context) |
describeContents, writeToParcel
AccessToken getAccessToken(Context context)
context
- the Application context.AccessToken
for the User
.