create Trusted Entity Credential Async
open fun createTrustedEntityCredentialAsync(request: AuthTrustedEntityCredentialCreationRequest, scaDetails: ScaAuthenticationEventRequest? = null, cancellationSignal: CancellationSignal?, callback: WalletCallback<AuthTrustedEntityCredential>)
Asynchronously generates a new authentication TRUSTED ENTITY credential. It can only be created if the selected authentication is permitted for use. The created credential serves as a unique secure identifier, allowing the user to authenticate with it.
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.