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
--add-redirect-uri=ADD-REDIRECT-URI Add allowed redirect uri to the client. (multiple values allowed)
48
+
--remove-redirect-uri=REMOVE-REDIRECT-URI Remove allowed redirect uri to the client. (multiple values allowed)
49
+
--add-grant-type=ADD-GRANT-TYPE Add allowed grant type to the client. (multiple values allowed)
50
+
--remove-grant-type=REMOVE-GRANT-TYPE Remove allowed grant type to the client. (multiple values allowed)
51
+
--add-scope=ADD-SCOPE Add allowed scope to the client. (multiple values allowed)
52
+
--remove-scope=REMOVE-SCOPE Remove allowed scope to the client. (multiple values allowed)
53
+
--activate Activate the client.
54
+
--deactivate Deactivate the client.
65
55
```
66
56
67
57
### Delete a client
@@ -89,10 +79,10 @@ Usage:
89
79
league:oauth2-server:list-clients [options]
90
80
91
81
Options:
92
-
--columns[=COLUMNS] Determine which columns are shown. Comma separated list. [default: "identifier, secret, scope, redirect uri, grant type"]
93
-
--redirect-uri[=REDIRECT-URI] Finds by redirect uri for client. Use this option multiple times to filter by multiple redirect URIs. (multiple values allowed)
94
-
--grant-type[=GRANT-TYPE] Finds by allowed grant typefor client. Use this option multiple times to filter by multiple grant types. (multiple values allowed)
95
-
--scope[=SCOPE] Finds by allowed scope for client. Use this option multiple times to find by multiple scopes. (multiple values allowed)__
82
+
--columns=COLUMNS Determine which columns are shown. Comma separated list. [default: "identifier, secret, scope, redirect uri, grant type"]
83
+
--redirect-uri=REDIRECT-URI Finds by redirect uri for client. Use this option multiple times to filter by multiple redirect URIs. (multiple values allowed)
84
+
--grant-type=GRANT-TYPE Finds by allowed grant typefor client. Use this option multiple times to filter by multiple grant types. (multiple values allowed)
85
+
--scope=SCOPE Finds by allowed scope for client. Use this option multiple times to find by multiple scopes. (multiple values allowed)__
0 commit comments