Logout Service
interface LogoutService
Service responsible for logging a user out of their account.
Functions
Link copied to clipboard
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.