Generate OAuth authorization URL for any supported provider using PKCE flow.
For mobile/desktop clients using PKCE:
google, github, discord, linkedin, facebook, instagram, tiktok, apple, x, spotify, microsoft URL to redirect after authentication (receives insforge_code parameter)
PKCE code challenge for mobile/desktop clients. Generate using: Base64URL(SHA256(code_verifier)) Required for secure token exchange in native apps.
OAuth authorization URL
URL to redirect user for OAuth provider login