Ejemplo n.º 1
0
 public User Authenticate(AuthenticationToken token) => User.Fake;
Ejemplo n.º 2
0
 public User Authenticate(AuthenticationToken token)
 {
     return(User.Fake);
 }
Ejemplo n.º 3
0
 public Task <User> AuthenticateAsync(AuthenticationToken token) => Task.FromResult(User.Fake);