delete Trusted Entity Credential Async
open fun deleteTrustedEntityCredentialAsync(request: AuthTrustedEntityCredentialDeletionRequest, scaDetails: ScaAuthenticationEventRequest? = null, cancellationSignal: CancellationSignal?, callback: WalletCallback<DeleteTrustedEntityCredentialResponse>)
Asynchronously removes an existing authentication TRUSTED ENTITY credential. Deletion is only allowed when the selected authentication is permitted for use. This action is permanent and will delete the credential from the user's wallet account.
Parameters
request
A request object for creating the TRUSTED_ENTITY authentication credential.
sca Details
An optional ScaAuthenticationEventRequest object with SCA confirmation information.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.