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

fetchAuthProvider

fun fetchAuthProvider(): Single<AuthProvider>

Fetches the available AuthProvider.

Return
A single that will emit the available provider 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 previous server versions only support the Provider model. In that case, fetchProviders method should be called instead.