@ProviderType public interface ScopeFinder
This class is the entry point to the OAuth2 Scopes framework. Applications can define a custom ScopeFinder to expose supported scopes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the list of scopes, internal to the application.
  • Method Details

    • findScopes

      Collection<String> findScopes()
      Returns the list of scopes, internal to the application.
      Returns:
      a collection of the available scopes.