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 |
DEFAULT_PUBLIC_CERTS_ENCODED_URL
Beta Encoded URL of Google's public certificates. |
static String |
OOB_REDIRECT_URI
Redirect URI to use for an installed application as specified in Using OAuth 2.0 for
Mobile & Desktop Apps.
|
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
@Beta public static final String DEFAULT_PUBLIC_CERTS_ENCODED_URL
Beta
public static final String OOB_REDIRECT_URI
Copyright © 2010–2022 Google. All rights reserved.