com.google.api.client.auth.oauth2.draft10
Class InstalledApp

java.lang.Object
  extended by com.google.api.client.auth.oauth2.draft10.InstalledApp

Deprecated. (scheduled to be removed in 1.9) Use com.google.api.client.googleapis.auth.oauth2.GoogleOAuthConstants from google-api-java-client

@Deprecated
public class InstalledApp
extends Object

Constants for installed (or "native") applications.

Since:
1.4
Author:
Yaniv Inbar

Field Summary
static String OOB_REDIRECT_URI
          Deprecated. Redirect URI to use for "Out Of Band", meaning that the end-user is given an access code that they must then enter into the installed application.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OOB_REDIRECT_URI

public static final String OOB_REDIRECT_URI
Deprecated. 
Redirect URI to use for "Out Of Band", meaning that the end-user is given an access code that they must then enter into the installed application.

See Also:
Constant Field Values


Copyright © 2011-2012 Google. All Rights Reserved.