Gamebase SDK for Android  1.9.0
Toast Gamebase Platform
AuthToken Class Reference

Created by shhong on 2016. More...

Inheritance diagram for AuthToken:
Inheritance graph
Collaboration diagram for AuthToken:
Collaboration graph

Public Member Functions

 AuthToken ()
 
String getUserId ()
 
String getValid ()
 
String getAppId ()
 
long getRegDate ()
 
long getLastLoginDate ()
 
AuthGamebaseToken getGamebaseToken ()
 
void setGamebaseToken (@NonNull AuthGamebaseToken gamebaseToken)
 
String getAccessToken ()
 
String getAccessTokenSecret ()
 
List< AuthMappingInfo > getAuthMappingList ()
 
void setAuthMappingList (final List< AuthMappingInfo > mappingInfo)
 
List< String > getAuthMappingInfoKeyList ()
 
String getAuthMappingUserId (String providerName)
 
AuthBanInfo getBanInfo ()
 

Detailed Description

Created by shhong on 2016.

  1. 19..

Constructor & Destructor Documentation

◆ AuthToken()

AuthToken ( )

Member Function Documentation

◆ getAccessToken()

String getAccessToken ( )

◆ getAccessTokenSecret()

String getAccessTokenSecret ( )

◆ getAppId()

String getAppId ( )

◆ getAuthMappingInfoKeyList()

List<String> getAuthMappingInfoKeyList ( )

◆ getAuthMappingList()

List<AuthMappingInfo> getAuthMappingList ( )

◆ getAuthMappingUserId()

String getAuthMappingUserId ( String  providerName)

◆ getBanInfo()

AuthBanInfo getBanInfo ( )

◆ getGamebaseToken()

AuthGamebaseToken getGamebaseToken ( )

◆ getLastLoginDate()

long getLastLoginDate ( )

◆ getRegDate()

long getRegDate ( )

◆ getUserId()

String getUserId ( )

◆ getValid()

String getValid ( )

◆ setAuthMappingList()

void setAuthMappingList ( final List< AuthMappingInfo >  mappingInfo)

◆ setGamebaseToken()

void setGamebaseToken ( @NonNull AuthGamebaseToken  gamebaseToken)