Using OAuth2 for Git Repo Cloning in Gitea

I have successfully set up external OAuth2 authentication in Gitea, allowing me to log in to the web interface. However, I’m unable to clone repositories using OAuth2 credentials. Is it possible to use OAuth2 for repository cloning, or is Git’s native username/password or SSH key authentication the only option for this purpose in Gitea?

It has been supported yet.