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

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

public class InstalledApp
extends Object

Constants for installed (or "native") applications.

Since:
1.4
Author:
Yaniv Inbar

Field Summary
static String OOB_REDIRECT_URI
          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
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 © 2010-2011 Google. All Rights Reserved.