Exemple #1
0
 private IObservable <AuthenticationResult> Authenticate(string userId, string password) =>
 _authenticator
 .CheckLoginAndPassword(userId, password)
 .Select(_ => new AuthenticationResult());