コード例 #1
0
        private async void GoogleLogin()
        {
            var service = new GoogleOAuth2Service(new OAuth2Initializer(), googleClient);

            await this.HandleLogin(service);
        }
コード例 #2
0
 private async void GoogleLogin()
 {
     var service = new GoogleOAuth2Service(new OAuth2Initializer(), googleClient);
     await this.HandleLogin(service);
 }