コード例 #1
0
 public GoogleSignInCallbackHandler(GoogleAuthService authService, UserCreator userCreator, FormsAuthenticator formsAuth)
 {
     this.authService = authService;
     this.userCreator = userCreator;
     this.formsAuth = formsAuth;
 }
コード例 #2
0
 public GoogleSignInCallbackHandler()
 {
     this.authService = new GoogleAuthService();
     this.userCreator = new UserCreator();
     this.formsAuth = new FormsAuthenticator();
 }