| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHAuthorization |
GitHub.checkAuth(String clientId,
String accessToken) |
GHAuthorization |
GitHub.createOrGetAuth(String clientId,
String clientSecret,
List<String> scopes,
String note,
String note_url) |
GHAuthorization |
GitHub.createToken(Collection<String> scope,
String note,
String noteUrl)
Creates a new authorization.
|
GHAuthorization |
GitHub.resetAuth(String clientId,
String accessToken) |
Copyright © 2017. All rights reserved.