https://www.ory.sh/ logo
p

polite-analyst-53191

10/14/2021, 2:20 PM
Hi again! Managed to set everything up but i cannot figure out which api endpoint im supposed to use when refreshing the token, RevokeOauth2Token? If its is RevokeOauth2Token, how am i supposed to make that call, i have a .net client (autogenerated stuff) that is getting 400 request_invalid when calling, googled the error and it looks like im supposed to send something in the body but i dont understand how.
l

limited-tent-11422

10/14/2021, 2:55 PM
You use
refresh_token
grant with
/oauth2/token
endpoint
3 Views