Package com.google.jenkins.plugins.credentials.oauth
package com.google.jenkins.plugins.credentials.oauth
-
ClassDescriptionOAuth2Credentials<T extends OAuth2ScopeRequirement>Credentials that have an OAuth2 access token componentA requirement for a set of OAuth2 scopes NOTE: This should never be implemented directly as scopes do not work across multiple providers.OAuth2ScopeSpecification<T extends OAuth2ScopeRequirement>The base class for provider-specific specifications, instantiated with the provider-specific requirement type to which the specification should apply.The base descriptor for specification extensions.OAuth2Token<T extends OAuth2ScopeRequirement>Credentials that store an OAuth2 token (refresh or access)Credentials that have a username and an access token combination.