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
Deprecated.
|
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
@Deprecated public static final String OOB_REDIRECT_URI
OAuth out-of-band (oob) flow has been deprecated. To migrate to an alternative flow, please refer to Making Google OAuth interactions safer by using more secure OAuth flows.
Copyright © 2010–2023 Google. All rights reserved.