Modifier and Type | Method and Description |
---|---|
void |
MobileServiceClient.login(MobileServiceAuthenticationProvider provider,
com.google.gson.JsonObject oAuthToken,
UserAuthenticationCallback callback)
Invokes Windows Azure Mobile Service authentication using a
provider-specific oAuth token
|
void |
MobileServiceClient.login(MobileServiceAuthenticationProvider provider,
String oAuthToken,
UserAuthenticationCallback callback)
Invokes Windows Azure Mobile Service authentication using a
provider-specific oAuth token
|
void |
MobileServiceClient.login(MobileServiceAuthenticationProvider provider,
UserAuthenticationCallback callback)
Invokes an interactive authentication process using the specified
Authentication Provider
|
void |
MobileServiceClient.login(String provider,
com.google.gson.JsonObject oAuthToken,
UserAuthenticationCallback callback)
Invokes Windows Azure Mobile Service authentication using a
provider-specific oAuth token
|
void |
MobileServiceClient.login(String provider,
String oAuthToken,
UserAuthenticationCallback callback)
Invokes Windows Azure Mobile Service authentication using a
provider-specific oAuth token
|
void |
MobileServiceClient.login(String provider,
UserAuthenticationCallback callback)
Invokes an interactive authentication process using the specified
Authentication Provider
|
void |
MobileServiceClient.loginWithGoogleAccount(Activity activity,
Account account,
String scopes,
UserAuthenticationCallback callback)
Invokes Windows Azure Mobile Service authentication using a
the Google account registered in the device
|
void |
MobileServiceClient.loginWithGoogleAccount(Activity activity,
Account account,
UserAuthenticationCallback callback)
Invokes Windows Azure Mobile Service authentication using a
the Google account registered in the device
|
void |
MobileServiceClient.loginWithGoogleAccount(Activity activity,
String scopes,
UserAuthenticationCallback callback)
Invokes Windows Azure Mobile Service authentication using a
the Google account registered in the device
|
void |
MobileServiceClient.loginWithGoogleAccount(Activity activity,
UserAuthenticationCallback callback)
Invokes Windows Azure Mobile Service authentication using a
the Google account registered in the device
|