fetch Auth Provider
fun fetchAuthProvider(onComplete: (Either<AuthProvider, SippoResourceError>) -> Unit)
Content copied to clipboard
Fetches the available AuthProvider.
Parameters
on Complete
Callback that will be invoked when the request is completed. It will receive the available provider in case of success or a SippoResourceError otherwise.