How can we get refresh token for external application, I am able to get the access token using
: UiPath .
{
“grant_type:“client_credentials”,
“client_id”:”{app_id}“,
“client_secret”:”{app_secret}“,
“scope”:”{Applkciation scope}"
}
How can we request for refresh token ?