public interface ResourceAccess
ResourceAccess encapsulates the logic of required scope selection.| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getRequiredScopes(Context context,
Request request)
Returns the scopes required to access the resource.
|
Set<String> getRequiredScopes(Context context, Request request) throws ResponseException
context - The current context which might be used to retrieve required scopes.request - The current OAuth2 request which might be used to retrieve required scopes.null.ResponseException - If an error occurred while resolving scope setCopyright © 2025 Open Identity Platform Community. All rights reserved.