Uses of Class
org.kohsuke.github.GHAuthorization
-
Uses of GHAuthorization in org.kohsuke.github
Modifier and TypeMethodDescriptionCheck auth gh authorization.GitHub.createOrGetAuth
(String clientId, String clientSecret, List<String> scopes, String note, String note_url) Create or get auth gh authorization.GitHub.createToken
(Collection<String> scope, String note, String noteUrl) Creates a new authorization.GitHub.createToken
(Collection<String> scope, String note, String noteUrl, Supplier<String> OTP) Creates a new authorization using an OTP.Reset auth gh authorization.Modifier and TypeMethodDescriptionGitHub.listMyAuthorizations()
Returns a list of all authorizations.