File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -169,16 +169,25 @@ public function update($id, array $scope)
169
169
->call ();
170
170
}
171
171
172
+ /*
173
+ * Deprecated
174
+ */
175
+
176
+ // phpcs:disable
177
+
172
178
/**
173
179
* Get a Client Grant.
174
- * TODO: Deprecate, cannot get a Client Grant by ID.
180
+ *
181
+ * @deprecated 5.4.0, no such endpoint.
175
182
*
176
183
* @param string $id Client Grant ID.
177
184
* @param null|string $audience Client Grant audience to filter by.
178
185
*
179
186
* @return mixed
180
187
*
181
188
* @throws \Exception Thrown by the HTTP client when there is a problem with the API call.
189
+ *
190
+ * @codeCoverageIgnore - Deprecated.
182
191
*/
183
192
public function get ($ id , $ audience = null )
184
193
{
@@ -191,4 +200,6 @@ public function get($id, $audience = null)
191
200
192
201
return $ request ->call ();
193
202
}
203
+
204
+ // phpcs:enable
194
205
}
You can’t perform that action at this time.
0 commit comments