I have better-auth configured in my Next.js app with Amazon Cognito and trying to send the user directly to Google sign in screen when clicking "Sign In" on my website. I would usually just add identity_provider=Google on Cognito's authorize URL. In NextAuth I found this. Is there a way to do that with better-auth?