Uses of Class
com.stackmob.sdk.api.StackMob.OAuthVersion

Packages that use StackMob.OAuthVersion
com.stackmob.sdk.api Classes for communicating directly with StackMob. 
 

Uses of StackMob.OAuthVersion in com.stackmob.sdk.api
 

Methods in com.stackmob.sdk.api that return StackMob.OAuthVersion
 StackMob.OAuthVersion StackMob.getOAuthVersion()
          get the OAuthVersion this StackMob object is configured for
 StackMob.OAuthVersion StackMobSession.getOAuthVersion()
           
static StackMob.OAuthVersion StackMob.OAuthVersion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StackMob.OAuthVersion[] StackMob.OAuthVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stackmob.sdk.api with parameters of type StackMob.OAuthVersion
 void StackMobSession.setOAuthVersion(StackMob.OAuthVersion oauthVersion)
           
 

Constructors in com.stackmob.sdk.api with parameters of type StackMob.OAuthVersion
StackMob(StackMob.OAuthVersion oauthVersion, Integer apiVersionNumber, String apiKey, String apiSecret)
          a StackMob constructor allowing you to specify the OAuth version.
StackMob(StackMob.OAuthVersion oauthVersion, Integer apiVersionNumber, String apiKey, String apiSecret, String apiHost, String userSchema, String userIdName, String passwordFieldName, StackMobRedirectedCallback redirectedCallback)
          the most complete StackMob constructor allowing you to set values for everything
StackMobSession(StackMob.OAuthVersion oauthVersion, int apiVersionNumber, String key, String secret, String userObjectName, String userIdName)
           
 



Copyright © 2013 StackMob. All Rights Reserved.