create Trusted Entity Credential
abstract suspend fun createTrustedEntityCredential(request: AuthTrustedEntityCredentialCreationRequest, scaDetails: ScaAuthenticationEventRequest? = null): AuthTrustedEntityCredential
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.