Class OAuthGrantBean
java.lang.Object
org.keycloak.forms.login.freemarker.model.OAuthGrantBean
- Author:
 - Viliam Rockai
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionOAuthGrantBean(String code, ClientModel client, List<AuthorizationDetails> clientScopesRequested)  - 
Method Summary
 
- 
Constructor Details
- 
OAuthGrantBean
public OAuthGrantBean(String code, ClientModel client, List<AuthorizationDetails> clientScopesRequested)  
 - 
 - 
Method Details
- 
getCode
 - 
getClient
 - 
getClientScopesRequested
 
 -