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.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@Inject
lateinit var auth: Auth
Link copied to clipboard