Right authentication flow to authenticate a clientside application

Hi, can you give me a suggestion about the correct authentication flow I have to use?

There is a single web application page that makes a call to a secured API (oauth2).
There is not an authenticated user. I’ve to grant client application to call the API.

Which is the correct way to receive an access token linked to client application (and not to the specific user)?

Thanks.