"Token was globally revoked" when trying to get AUTH token

When I try to get auth token by https://auth.atlassian.com/oauth/token, Jira responds with 401 error:

{
"error": "unauthorized_client",
"error_description": "Token was globally revoked"
}

I am managing oauth correctly but still getting the error.

I have gone though all docs and support but none has described about this error, Can you please help me over this.