fun fetchProviders(onComplete: (Either<List<Map<String, String>>, SippoResourceError>) -> Unit): Unit
Fetches the available providers.
onComplete
- Callback that will be invoked when the request is completed.
It will receive the available providers in case of success or a SippoResourceError otherwise.