logoutAsync

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

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

Parameters

type

Type that specifies the scope of the logout operation.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.