Package org.keycloak.protocol.oidc.rar
Interface AuthorizationRequestParserProvider
-
- All Superinterfaces:
Provider
- All Known Implementing Classes:
ClientScopeAuthorizationRequestParser
public interface AuthorizationRequestParserProvider extends Provider
- Author:
- Daniel Gozalo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizationRequestContext
parseScopes(String scopeParam)
-
-
-
Method Detail
-
parseScopes
AuthorizationRequestContext parseScopes(String scopeParam)
-
-