Uses of Class
com.google.jenkins.plugins.credentials.oauth.OAuth2ScopeRequirement
Packages that use OAuth2ScopeRequirement
-
Uses of OAuth2ScopeRequirement in com.google.jenkins.plugins.credentials.oauth
Classes in com.google.jenkins.plugins.credentials.oauth with type parameters of type OAuth2ScopeRequirementModifier and TypeInterfaceDescriptioninterfaceOAuth2Credentials<T extends OAuth2ScopeRequirement>Credentials that have an OAuth2 access token componentclassOAuth2ScopeSpecification<T extends OAuth2ScopeRequirement>The base class for provider-specific specifications, instantiated with the provider-specific requirement type to which the specification should apply.static classThe base descriptor for specification extensions.interfaceOAuth2Token<T extends OAuth2ScopeRequirement>Credentials that store an OAuth2 token (refresh or access)interfaceCredentials that have a username and an access token combination.