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
I am having a tough time figuring out how to verify the access token of a client.
Should I use the same endpoint oauth/token with a GET method in order to verify it or this endpoint is just made for token generation and I should create a endpoint of my own with the request_validator.
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I am having a tough time figuring out how to verify the access token of a client.
Should I use the same endpoint oauth/token with a GET method in order to verify it or this endpoint is just made for token generation and I should create a endpoint of my own with the request_validator.
Thank you
The text was updated successfully, but these errors were encountered: