Error during login

{
“status”: “error”,
“errors”: [
{
“errorCode”: “UDAPI100016”,
“message”: “Invalid Credentials”,
“propertyPath”: null,
“invalidValue”: null,
“error_code”: “UDAPI100016”,
“property_path”: null,
“invalid_value”: null
}
]
}

i am getting this error during login, my credentials are right

Usual reasons for invalid credentials typically involve inconsistencies in client_id client_secret response_type or redirect_uri. Ensure these values perfectly match what you entered during the app creation process.