public class GoogleOAuthConstants extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
public static final String AUTHORIZATION_SERVER_URL
public static final String TOKEN_SERVER_URL
public static final String OOB_REDIRECT_URI
Copyright © 2010-2013 Google. All Rights Reserved.