示例#1
0
 public AuthenticationInfo IsAuthenticated([FromUri] string auth)
 {
     return(_impl.IsAuthenticated(auth));
 }