public class GoogleOAuthConstants
Constants for Google's OAuth 2.0 implementation.
Static Fields
AUTHORIZATION_SERVER_URL
public static final String AUTHORIZATION_SERVER_URL
Encoded URL of Google's end-user authorization server.
Field Value | |
---|---|
Type | Description |
String |
DEFAULT_PUBLIC_CERTS_ENCODED_URL
public static final String DEFAULT_PUBLIC_CERTS_ENCODED_URL
Beta
Encoded URL of Google's public certificates.
Field Value | |
---|---|
Type | Description |
String |
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 Mobile & Desktop Apps.
Field Value | |
---|---|
Type | Description |
String |
TOKEN_SERVER_URL
public static final String TOKEN_SERVER_URL
Encoded URL of Google's token server.
Field Value | |
---|---|
Type | Description |
String |