Docs

preAuthenticate

Pre-authenticates the user based on the provided authentication strategy.

Example

import { preAuthenticate } from "thirdweb/wallets/in-app";
const result = await preAuthenticate({
client,
strategy: "email",
});

Parameters

Returns

A promise that resolves to the pre-authentication result.