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'm getting a invalid_request error. Any help regarding this?
OAuth2::Error: invalid_request: Client must specify either client_id or client_assertion, not both
{
"error" : "invalid_request",
"error_description" : "Client must specify either client_id or client_assertion, not both"
}
The text was updated successfully, but these errors were encountered:
When I do a
client.refresh_access_token!
I'm getting a invalid_request error. Any help regarding this?
The text was updated successfully, but these errors were encountered: