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
* @param string $id ID of the refresh token to delete.
17
+
* @param null|RequestOptions $options Optional. Additional request options to use, such as a field filtering or pagination. (Not all endpoints support these. See @see for supported options.)
18
+
*
19
+
* @throws \Auth0\SDK\Exception\ArgumentException when an invalid `id` is provided
20
+
* @throws \Auth0\SDK\Exception\NetworkException when the API request fails due to a network error
* - `read:refresh_tokens` for any call to this endpoint.
33
+
*
34
+
* @param string $id ID of refresh token to retrieve
35
+
* @param null|RequestOptions $options Optional. Additional request options to use, such as a field filtering or pagination. (Not all endpoints support these. See @see for supported options.)
36
+
*
37
+
* @throws \Auth0\SDK\Exception\ArgumentException when an invalid `id` is provided
38
+
* @throws \Auth0\SDK\Exception\NetworkException when the API request fails due to a network error
* @param null|RequestOptions $options Optional. Additional request options to use, such as a field filtering or pagination. (Not all endpoints support these. See @see for supported options.)
18
+
*
19
+
* @throws \Auth0\SDK\Exception\ArgumentException when an invalid `id` is provided
20
+
* @throws \Auth0\SDK\Exception\NetworkException when the API request fails due to a network error
* - `read:sessions` for any call to this endpoint.
33
+
*
34
+
* @param string $id ID of session to retrieve
35
+
* @param null|RequestOptions $options Optional. Additional request options to use, such as a field filtering or pagination. (Not all endpoints support these. See @see for supported options.)
36
+
*
37
+
* @throws \Auth0\SDK\Exception\ArgumentException when an invalid `id` is provided
38
+
* @throws \Auth0\SDK\Exception\NetworkException when the API request fails due to a network error
0 commit comments