LogoutManager

interface LogoutManager

Manager to handle the logout of the user from the application This manager is responsible for handling the logout of the user from the application

Inheritors

Functions

Link copied to clipboard
abstract suspend fun logout(idToken: String): Unit?

Logout the user from the application.