質問編集履歴

1

情報非公開

2020/01/19 04:03

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -70,9 +70,9 @@
70
70
 
71
71
  $provider = new \League\OAuth2\Client\Provider\GenericProvider([
72
72
 
73
- 'clientId' => 'Bo97apHM1iUXArRXH0J04CHA7whirm_3QtuObptIeUk', // The client ID assigned to you by the provider
73
+ 'clientId' => 'clientId', // The client ID assigned to you by the provider
74
-
74
+
75
- 'clientSecret' => 'TEAD3z-c9H83Y29om14p5oIQ2TE-iIRsRsxoLNPSIz0', // The client password assigned to you by the provider
75
+ 'clientSecret' => 'clientSecret', // The client password assigned to you by the provider
76
76
 
77
77
  'redirectUri' => 'https://sample-program.xyz/WebAPI2/api.php',
78
78