Uses of Class
org.kohsuke.github.GHAuthorization
-
Packages that use GHAuthorization Package Description org.kohsuke.github -
-
Uses of GHAuthorization in org.kohsuke.github
Methods in org.kohsuke.github that return GHAuthorization Modifier and Type Method Description GHAuthorizationGitHub. checkAuth(String clientId, String accessToken)Check auth gh authorization.GHAuthorizationGitHub. createOrGetAuth(String clientId, String clientSecret, List<String> scopes, String note, String note_url)Create or get auth gh authorization.GHAuthorizationGitHub. createToken(Collection<String> scope, String note, String noteUrl)Creates a new authorization.GHAuthorizationGitHub. createToken(Collection<String> scope, String note, String noteUrl, Supplier<String> OTP)Creates a new authorization using an OTP.GHAuthorizationGitHub. resetAuth(String clientId, String accessToken)Reset auth gh authorization.Methods in org.kohsuke.github that return types with arguments of type GHAuthorization Modifier and Type Method Description PagedIterable<GHAuthorization>GitHub. listMyAuthorizations()Returns a list of all authorizations.
-