LogoutService

interface LogoutService

Service responsible for logging a user out of their account.

Functions

Link copied to clipboard
abstract suspend fun logout(type: LogoutOperationType): LogoutResponse

Logs out users of their account by specifying a given logout operation type.

Link copied to clipboard
open fun logoutAsync(type: LogoutOperationType, cancellationSignal: CancellationSignal?, callback: WalletCallback<LogoutResponse>)

Asynchronously logs out users of their account by specifying a given logout operation type.