public class OAuthGrantBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OAuthGrantBean.ClientScopeEntry |
| Constructor and Description |
|---|
OAuthGrantBean(String code,
ClientModel client,
List<ClientScopeModel> clientScopesRequested) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClient() |
List<OAuthGrantBean.ClientScopeEntry> |
getClientScopesRequested() |
String |
getCode() |
public OAuthGrantBean(String code, ClientModel client, List<ClientScopeModel> clientScopesRequested)
public String getCode()
public String getClient()
public List<OAuthGrantBean.ClientScopeEntry> getClientScopesRequested()
Copyright © 2021 JBoss by Red Hat. All rights reserved.