if response.status != 200 or not access_token:
                raise FailureError(
                    'Failed to obtain OAuth 2.0 access token from {0}! '
                    'HTTP status: {1}, message: {2}.'.format(
                        self.access_token_url,