LoginIDBase
@loginid/websdk3 • Docs
@loginid/websdk3 / Internal Modules / LoginIDBase
Class: LoginIDBase
Provides a base class for integrating with the LoginID API services. This class initializes the common configuration and service needed for derived classes to interact with LoginID services.
Extended by
Constructors
new LoginIDBase()
new LoginIDBase(
config
):LoginIDBase
Constructs a new instance of the LoginIDBase class, initializing the service with the provided configuration.
Parameters
• config: LoginIDConfig
Configuration object for LoginID API, including the base URL.
Returns
Properties
session
readonly
session:SessionManager
Instance of SessionManager, providing access to the session management methods.