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
Description
Should be shown a proper messages when using the session logout api. Please follow the below cases point:
If we have expired the token from session/logout api then used this same token for ticket fetch api's. Then shows an message like this: "message": "Invalid credentials."
Here should be shown a message like this: "This api is expired so not working, please check once again"
If we have disable api token from admin dashboard then worked with this token for tickets fetch api's. Then shows an message like this: "message": "An authentication exception occurred."
Here should be shown a message like this: "This api is disabled from admin end, please check once again"
If we have expired the token from session/logout api then used this same token for the session logout. Then shows an message like this: "message": "Invalid credentials."
Here should be shown a message like this: " This Session token has been already expired successfully."
Possible Solution:
Should be shown a proper message while using the below cases.
The text was updated successfully, but these errors were encountered:
Description
Should be shown a proper messages when using the session logout api. Please follow the below cases point:
"message": "Invalid credentials."
Here should be shown a message like this: "This api is expired so not working, please check once again"
"message": "An authentication exception occurred."
Here should be shown a message like this: "This api is disabled from admin end, please check once again"
"message": "Invalid credentials."
Here should be shown a message like this: " This Session token has been already expired successfully."
Possible Solution:
Should be shown a proper message while using the below cases.
The text was updated successfully, but these errors were encountered: