Function: startLogin()
startLogin(
options):Promise<string>
Defined in: web/lib/auth/oauth-client.ts:214
Start the OAuth login flow.
Parameters
options
Login options
Returns
Promise<string>
Authorization URL to redirect to
Remarks
Uses the BrowserOAuthClient which handles PKCE, DPoP, and PAR automatically.