Class GoogleOAuthConstants (2.6.0)

public class GoogleOAuthConstants

Constants for Google's OAuth 2.0 implementation.

Inheritance

java.lang.Object > GoogleOAuthConstants

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

TOKEN_SERVER_URL

public static final String TOKEN_SERVER_URL

Encoded URL of Google's token server.

Field Value
Type Description
String