Skip to main content

Documentation Index

Fetch the complete documentation index at: https://litprotocol-vincent.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The webAuthClient module contains methods and types that are used to implement authentication in Vincent web apps Authentication is handled via redirects to the Vincent dashboard portal that return JWTs with authentication information that can be used to secure your backend Vincent app UI.
import { getWebAuthClient } from '@lit-protocol/vincent-app-sdk/webAuthClient';

Interfaces

Functions