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(java.lang.String userId,
java.lang.String clientId)
Lists all grants for a specified user and client
|
OAuth2ScopeConsentGrantList |
Client.listGrantsForUserAndClient(java.lang.String userId,
java.lang.String clientId,
java.lang.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(java.lang.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(java.lang.String scopeId,
java.lang.String expand)
Lists all grants for the specified user
|
Copyright © 2017-2022 Okta. All Rights Reserved.