Type definition
Below is the type definition for theLoginResponse type. This is the return type for the login() method from the useAuth hook. It contains authentication tokens after a successful login.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Check out the new Ambient interoperability feature in the Headless Web SDK.
Response type for login method
LoginResponse type. This is the return type for the login() method from the useAuth hook. It contains authentication tokens after a successful login.
type LoginResponse = {
suki_token: string;
jwt_bearer: string;
};
Was this page helpful?
Suggestions