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
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
When using the BasicEndpoint with an invalid password, the user receives a ClientServiceException.
ClientService Exception on Line 1317.
1 - The Response Code on 1316 should be checked to see if it's 401 before forceAuthentication
(Else it's possible you get an error)
2 - Throw an AuthenticationException specific to the ClientServices and not wrapped in a generic ClientServicesException.
or -
3 - Add a message to the AuthenticationException that indicates the issue
The text was updated successfully, but these errors were encountered:
When using the BasicEndpoint with an invalid password, the user receives a ClientServiceException.
ClientService Exception on Line 1317.
1 - The Response Code on 1316 should be checked to see if it's 401 before forceAuthentication
(Else it's possible you get an error)
2 - Throw an AuthenticationException specific to the ClientServices and not wrapped in a generic ClientServicesException.
3 - Add a message to the AuthenticationException that indicates the issue
The text was updated successfully, but these errors were encountered: