Modifier and Type | Method and Description |
---|---|
static MobileServiceAuthenticationProvider |
MobileServiceAuthenticationProvider.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MobileServiceAuthenticationProvider[] |
MobileServiceAuthenticationProvider.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
|