TidalAuth
class TidalAuth
The TidalAuth
class encapsulates the authentication and authorization logic, providing a streamlined interface for managing user sessions and handling OAuth flows.
This class provides instances of both Auth (for login) and CredentialsProvider (providing OAuth tokens). It is designed as a singleton to ensure a unified access point for authentication operations with a consistent state.