com.google.api.client.googleapis.auth.oauth2
Class GoogleOAuthConstants

java.lang.Object
  extended by com.google.api.client.googleapis.auth.oauth2.GoogleOAuthConstants

public class GoogleOAuthConstants
extends Object

Constants for Google's OAuth 2.0 implementation.

Since:
1.7
Author:
Yaniv Inbar

Field Summary
static String AUTHORIZATION_SERVER_URL
          Encoded URL of Google's end-user authorization server.
static String OOB_REDIRECT_URI
          Redirect URI to use for an installed application as specified in Using OAuth 2.0 for Installed Applications.
static String TOKEN_SERVER_URL
          Encoded URL of Google's token server.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHORIZATION_SERVER_URL

public static final String AUTHORIZATION_SERVER_URL
Encoded URL of Google's end-user authorization server.

See Also:
Constant Field Values

TOKEN_SERVER_URL

public static final String TOKEN_SERVER_URL
Encoded URL of Google's token server.

See Also:
Constant Field Values

OOB_REDIRECT_URI

public static final String OOB_REDIRECT_URI
Redirect URI to use for an installed application as specified in Using OAuth 2.0 for Installed Applications.

See Also:
Constant Field Values


Copyright © 2010-2012 Google. All Rights Reserved.