Hi again! Managed to set everything up but i canno...
# talk-hydra
p
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
You use
refresh_token
grant with
/oauth2/token
endpoint