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,
java.lang.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
|