How to generate oauth token without the need of a user login?

How to generate oauth token without the need of a user login?

I am trying to create a client-side application that lets a user view tickets from my account. Is there a way to generate a grant token or access token without the user entering my login credentials?

Basically, I want them to be able to open my application and view tickets upon loading with no login credentials.