You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/auth0/client/mgmt/ClientsEntity.java
-19Lines changed: 0 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -31,25 +31,6 @@ public class ClientsEntity extends BaseManagementEntity {
31
31
super(client, baseUrl, tokenProvider);
32
32
}
33
33
34
-
/**
35
-
* Request all the Applications. A token with scope read:clients is needed. If you also need the client_secret and encryption_key attributes the token must have read:client_keys scope.
36
-
* See https://auth0.com/docs/api/management/v2#!/Clients/get_clients
37
-
*
38
-
* @return a Request to execute.
39
-
* @deprecated Calling this method will soon stop returning the complete list of clients and instead, limit to the first page of results.
40
-
* Please use {@link #list(ClientFilter)} instead as it provides pagination support.
* Request all the Applications. A token with scope read:clients is needed. If you also need the client_secret and encryption_key attributes the token must have read:client_keys scope.
55
36
* See https://auth0.com/docs/api/management/v2#!/Clients/get_clients
0 commit comments