How to always ask user for authentication method and prevent auto-login

I am using Go’s The Go Programming Language package for OIDC authentication with Auth0.

Current behaviour is for the first time, I get asked which auth method to proceed with: either username/password or Proceed with Google. Now I choose Google and login with one of my Google accounts. But when I redo the authentication process, auth0 does not ask me which methods to proceed with.

I need auth0 to ask me which method to proceed with ALWAYS. If there’s any caching, how do I disable it? Or is there any parameter I can send to auth0 to force it to ask me always?