Package org.keycloak.protocol.oidc.rar
Interface AuthorizationRequestParserProvider
- All Superinterfaces:
Provider
- All Known Implementing Classes:
ClientScopeAuthorizationRequestParser
- Author:
- Daniel Gozalo
-
Method Summary
Modifier and TypeMethodDescriptionparseScopes(ClientModel client, String scopeParam) default AuthorizationRequestContextparseScopes(UserModel user, ClientModel client, String scopeParam)
-
Method Details
-
parseScopes
-
parseScopes
default AuthorizationRequestContext parseScopes(@Nullable UserModel user, @Nonnull ClientModel client, @Nullable String scopeParam)
-