Docs

authenticate

Authenticates the user based on the provided authentication arguments.

Example

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

Parameters

Returns

A promise that resolves to the authentication result.