OAuth2ScopeConsentGrantList |
Client.listGrantsForUserAndClient(java.lang.String userId,
java.lang.String clientId) |
List Grants for User and Client
Lists all grants for a specified user and client
|
OAuth2ScopeConsentGrantList |
Client.listGrantsForUserAndClient(java.lang.String userId,
java.lang.String clientId,
java.lang.String expand) |
List Grants for User and Client
Lists all grants for a specified user and client
|
OAuth2ScopeConsentGrantList |
Client.listScopeConsentGrants(java.lang.String appId) |
List Scope Consent Grants for Application
Lists all scope consent grants for the application
|
OAuth2ScopeConsentGrantList |
Client.listScopeConsentGrants(java.lang.String appId,
java.lang.String expand) |
List Scope Consent Grants for Application
Lists all scope consent grants for the application
|
OAuth2ScopeConsentGrantList |
Client.listUserGrants(java.lang.String userId) |
List User Grants
Lists all grants for the specified user
|
OAuth2ScopeConsentGrantList |
Client.listUserGrants(java.lang.String userId,
java.lang.String scopeId,
java.lang.String expand) |
List User Grants
Lists all grants for the specified user
|