public class GoogleOAuthConstantsConstants for Google's OAuth 2.0 implementation.
Static Fields
AUTHORIZATION_SERVER_URL
public static final String AUTHORIZATION_SERVER_URLEncoded URL of Google's end-user authorization server.
| Type | Description |
| String |
DEFAULT_PUBLIC_CERTS_ENCODED_URL
public static final String DEFAULT_PUBLIC_CERTS_ENCODED_URLBeta
Encoded URL of Google's public certificates.
| Type | Description |
| String |
OOB_REDIRECT_URI
public static final String OOB_REDIRECT_URIRedirect URI to use for an installed application as specified in Using OAuth 2.0 for Mobile & Desktop Apps.
| Type | Description |
| String |
TOKEN_SERVER_URL
public static final String TOKEN_SERVER_URLEncoded URL of Google's token server.
| Type | Description |
| String |