public class NCMBGoogleParameters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
accessToken
Access token that can be obtained in the OAuth authentication
|
protected java.lang.String |
userId
User id of Facebook account
|
| Constructor and Description |
|---|
NCMBGoogleParameters(java.lang.String aUserId,
java.lang.String anAccessToken)
Constructor
|