com.google.api.client.auth.oauth2.draft10
Class InstalledApp
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.