Package com.atlassian.oauth2.scopes.api
Interface ScopeDescriptionService
public interface ScopeDescriptionService
-
Method Summary
Modifier and TypeMethodDescriptionUsed to get the descriptions for all scopes.Used to get the description title and description body for all scopes.
-
Method Details
-
getScopeDescriptionsWithTitle
Map<String,ScopeDescriptionWithTitle> getScopeDescriptionsWithTitle()Used to get the description title and description body for all scopes.- Returns:
- Returns a map of scope names to their descriptions.
-
getScopeDescriptions
Map<String,ScopeDescription> getScopeDescriptions()Used to get the descriptions for all scopes.- Returns:
- Returns a map of scope names to their descriptions.
-