| Package | Description |
|---|---|
| com.okta.sdk.client | |
| com.okta.sdk.resource.application | |
| com.okta.sdk.resource.user |
| Modifier and Type | Method and Description |
|---|---|
OAuth2ScopeConsentGrantList |
Client.listGrantsForUserAndClient(String userId,
String clientId)
Lists all grants for a specified user and client
|
OAuth2ScopeConsentGrantList |
Client.listGrantsForUserAndClient(String userId,
String clientId,
String expand)
Lists all grants for a specified user and client
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2ScopeConsentGrantList |
Application.listScopeConsentGrants()
Lists all scope consent grants for the application
|
OAuth2ScopeConsentGrantList |
Application.listScopeConsentGrants(String expand)
Lists all scope consent grants for the application
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2ScopeConsentGrantList |
User.listGrants()
Lists all grants for the specified user
|
OAuth2ScopeConsentGrantList |
User.listGrants(String scopeId,
String expand)
Lists all grants for the specified user
|
Copyright © 2017–2023 Okta. All rights reserved.