get Trusted Entity Credentials Async
open fun getTrustedEntityCredentialsAsync(entityType: AuthTrustedEntityCredentialType? = null, scaDetails: ScaAuthenticationEventRequest?, cancellationSignal: CancellationSignal?, callback: WalletCallback<AuthTrustedEntityCredentials>)
Asynchronously retrieves the authentication TRUSTED ENTITY credentials along with their specific details. Reading is only allowed if the selected authentication is permitted for use.
Parameters
entity Type
An optional AuthTrustedEntityCredentialType which filters the list to include only credentials linked to the specified trusted entity type.
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.