Hello
We have a backend who needs to login. So that means that there is no Human who is logging in. How can we get the access token?
We saw that every authenticaton flows use human interaction (a redirect URI with login page appears and after the user fills the credentials the "code" used for session token is in URI)
The question is: can we get the code or session token without user interaction? Just filling the client id, client secret or credentials?