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 |
DefaultClient.listGrantsForUserAndClient(String userId,
String clientId)
Lists all grants for a specified user and client
|
OAuth2ScopeConsentGrantList |
DefaultClient.listGrantsForUserAndClient(String userId,
String clientId,
String expand)
Lists all grants for a specified user and client
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOAuth2ScopeConsentGrantList |
Modifier and Type | Method and Description |
---|---|
OAuth2ScopeConsentGrantList |
DefaultApplication.listScopeConsentGrants()
Lists all scope consent grants for the application
|
OAuth2ScopeConsentGrantList |
DefaultApplication.listScopeConsentGrants(String expand)
Lists all scope consent grants for the application
|
Modifier and Type | Method and Description |
---|---|
OAuth2ScopeConsentGrantList |
DefaultUser.listGrants()
Lists all grants for the specified user
|
OAuth2ScopeConsentGrantList |
DefaultUser.listGrants(String scopeId,
String expand)
Lists all grants for the specified user
|
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.