Mobile and Native
Mobile WebView (available today)
import { tiun } from '@tiun/sdk';
tiun.init({
snippetId: window.TIUN_SNIPPET_ID,
language: 'en', // 'en' | 'de' | 'fr'
});
window.getTiunVerification = async () => {
const token = await tiun.getUserVerificationToken();
return JSON.stringify({ token });
};Injecting the snippet ID from the native host
Lifecycle
Native SDKs (roadmap)
Last updated
Was this helpful?