Class GitLabOAuthScope

java.lang.Object
org.jenkinsci.plugins.GitLabOAuthScope
All Implemented Interfaces:
ExtensionPoint

public abstract class GitLabOAuthScope extends Object implements ExtensionPoint
Extension point to be implemented by plugins to request additional scopes.
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • GitLabOAuthScope

      public GitLabOAuthScope()
  • Method Details

    • getScopesToRequest

      public abstract Collection<String> getScopesToRequest()
      Returns a collection of scopes to request. See http://developer.gitlab.com/v3/oauth/ for valid scopes