Skip to Content
This project is in active development. Features and behaviors may change without notice.

sauthbase Class

sauthbase is the main class of the SDK and provides the interface for all authentication and encryption functionalities.

Overview

  • Operates as a singleton
  • Use init() to initialize, and use() to access the instance
  • Requires secretKey and redirect_url as arguments during initialization

Initialization

TypeScript
const = .({ : "...", : "..." });

Usage

TypeScript
const = .();

Main Method List

For detailed information about each method, refer to the methods section.

Last updated on