LogoutManagerImpl

Implementation of LogoutManager This manager is responsible for handling the logout of the user from the application

Parameters

authenticationCoreConfig

AuthenticationCoreConfig to get the logout URL

client

OkHttpClient to make the logout request

logoutRequestBuilder

LogoutManagerImplRequestBuilder to build the logout request

Types

Link copied to clipboard
object Companion

Functions

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

Logout the user from the application.