Hello! I'm currently using Ory Kratos and Ory Hydra. I implemented the native way (using API endpoints instead of browser) to authenticate in mobile using kratos. But I don't like to use the Cookie as my session. Is there a way to use the OpenID to generate tokens(access, refresh) in kratos? I don't like to use the OAuth as well in native since it needs to open up a browser which kind of not native way to do it. Is there some kind of documentation for this? Thank you.