Creates a new trusted entity credential.
The request object containing the details of the trusted entity credential to be created.
OptionalscaDetails: ScaAuthenticationEventRequestThe SCA details for retrying the wallet operation.
A promise that resolves to the created trusted entity credential.
Deletes a trusted entity credential.
The request object containing the details of the trusted entity credential to be deleted.
OptionalscaDetails: ScaAuthenticationEventRequestThe SCA details for retrying the wallet operation.
A promise that resolves when the trusted entity credential is successfully deleted.
Retrieves a list of trusted entities by entity type.
The type of the trusted entities to be returned.
OptionalscaDetails: ScaAuthenticationEventRequestThe SCA details for retrying the wallet operation.
A promise that resolves to a trusted entities list.
StaticgetFunctionRetrieves the singleton instance of the TrustedEntitiesService class.
The singleton instance of the TrustedEntitiesService class.
Service class for managing trusted entities related operations.