| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AUTH_URL |
"https://github.com/login/oauth/authorize" |
public static final String |
DEFAULT_SCOPE |
"user:email" |
public static final String |
PROFILE_URL |
"https://api.github.com/user" |
public static final String |
TOKEN_URL |
"https://github.com/login/oauth/access_token" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PROVIDER_ID |
"github" |
Copyright © 2016 JBoss by Red Hat. All rights reserved.