sippo-sdk / com.quobis.sippo.sipposdk.session / SessionsRx / fetchProviders

fetchProviders

fun fetchProviders(): Single<List<Provider>>

Fetches the available Provider.

Return
A single that will emit the available providers when the request is completed. In case of error, it will emit a SippoResourceError. It is possible that the error may be caused by the fact that more recent server versions only support the AuthProvider model. In that case, fetchAuthProvider should be called instead.