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
Currently the create method in class AuthenticationRequest overrides the endpoint URL query with FormUrlEncoded.encode(params) thus removing any existing query parameters in the endpoint URL.
The text was updated successfully, but these errors were encountered:
Currently the
create
method in classAuthenticationRequest
overrides the endpoint URL query withFormUrlEncoded.encode(params)
thus removing any existing query parameters in theendpoint
URL.The text was updated successfully, but these errors were encountered: