get Trusted Entity Credentials
abstract suspend fun getTrustedEntityCredentials(entityType: AuthTrustedEntityCredentialType? = null, scaDetails: ScaAuthenticationEventRequest? = null): AuthTrustedEntityCredentials
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.