Initialize the Google OAuth authentication flow for player login. This endpoint begins the OAuth process and returns the necessary information to redirect users to Google’s authentication page.
This endpoint starts the Google OAuth flow by accepting a redirect URL where users should be sent after completing authentication with Google. The response provides the OAuth authorization URL that your application should redirect users to.
This endpoint does not require authentication - it’s the starting point for user authentication via Google OAuth.