| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AUTH_URL |
"https://accounts.google.com/o/oauth2/auth" |
public static final String |
DEFAULT_SCOPE |
"openid profile email" |
public static final String |
PROFILE_URL |
"https://www.googleapis.com/plus/v1/people/me/openIdConnect" |
public static final String |
TOKEN_URL |
"https://www.googleapis.com/oauth2/v3/token" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PROVIDER_ID |
"google" |
Copyright © 2015 JBoss by Red Hat. All rights reserved.