質問編集履歴
3
リンクの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
Oauthライブラリのソース抜粋
|
140
140
|
|
141
|
-
コード全文
|
141
|
+
[ソースコード全文](https://github.com/googleworkspace/apps-script-oauth2)
|
142
142
|
|
143
143
|
```js
|
144
144
|
|
2
test
CHANGED
File without changes
|
test
CHANGED
@@ -96,7 +96,7 @@
|
|
96
96
|
|
97
97
|
.setPropertyStore(PropertiesService.getUserProperties())
|
98
98
|
|
99
|
-
//
|
99
|
+
// LINEログインリクエストのスコープ設定
|
100
100
|
|
101
101
|
.setScope('profile'); // LINEログインのスコープ
|
102
102
|
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -80,7 +80,7 @@
|
|
80
80
|
|
81
81
|
|
82
82
|
|
83
|
-
//
|
83
|
+
// LINEログインのクライアントIDおよびクライアントシークレットを設定
|
84
84
|
|
85
85
|
.setClientId('xxxxxxxxxx') // OAuthクライアントID
|
86
86
|
|