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
This method returns a `\ApiResponse` instance. The `data` property in this instance returns the response data which is of type [`Retrieve Token Status Response Hash`](../../doc/models/retrieve-token-status-response.md).
166
158
167
159
## Example Usage
168
160
169
161
```ruby
170
-
authorization ='Client CLIENT_SECRET'
171
-
172
-
173
-
result = o_auth_api.retrieve_token_status(authorization: authorization)
0 commit comments