Skip to main content
Initiates the sign in flow with an OAuth provider (Google, Apple, Telegram, and X are currently supported). In a web application, this will redirect the user to the OAuth provider’s sign in page. This sign in method is not yet supported on mobile.

Parameters

Returns

Promise<void> The result of the sign in.

Examples