| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHAuthorization |
GitHub.checkAuth(String clientId,
String accessToken)
Check auth gh authorization.
|
GHAuthorization |
GitHub.createOrGetAuth(String clientId,
String clientSecret,
List<String> scopes,
String note,
String note_url)
Create or get auth gh authorization.
|
GHAuthorization |
GitHub.createToken(Collection<String> scope,
String note,
String noteUrl)
Creates a new authorization.
|
GHAuthorization |
GitHub.createToken(Collection<String> scope,
String note,
String noteUrl,
Supplier<String> OTP)
Creates a new authorization using an OTP.
|
GHAuthorization |
GitHub.resetAuth(String clientId,
String accessToken)
Reset auth gh authorization.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHAuthorization> |
GitHub.listMyAuthorizations()
Returns a list of all authorizations.
|
Copyright © 2020. All rights reserved.