コード例 #1
0
 public IObservable <ITogglDataSource> LoginWithGoogle()
 => database
 .Clear()
 .SelectMany(_ => googleService.LogOutIfNeeded())
 .SelectMany(_ => googleService.GetAuthToken())
 .SelectMany(loginWithGoogle);