fetchAuthProvider

fun fetchAuthProvider(onComplete: (Either<AuthProvider, SippoResourceError>) -> Unit)

Fetches the available AuthProvider.

Parameters

onComplete

Callback that will be invoked when the request is completed. It will receive the available provider in case of success or a SippoResourceError otherwise.