teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

情報非公開

2020/01/19 04:03

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -34,8 +34,8 @@
34
34
  ```php
35
35
  <?php
36
36
  $provider = new \League\OAuth2\Client\Provider\GenericProvider([
37
- 'clientId' => 'Bo97apHM1iUXArRXH0J04CHA7whirm_3QtuObptIeUk', // The client ID assigned to you by the provider
37
+ 'clientId' => 'clientId', // The client ID assigned to you by the provider
38
- 'clientSecret' => 'TEAD3z-c9H83Y29om14p5oIQ2TE-iIRsRsxoLNPSIz0', // The client password assigned to you by the provider
38
+ 'clientSecret' => 'clientSecret', // The client password assigned to you by the provider
39
39
  'redirectUri' => 'https://sample-program.xyz/WebAPI2/api.php',
40
40
  'urlAuthorize' => 'https://app.misoca.jp/oauth2/authorize',
41
41
  'urlAccessToken' => 'https://app.misoca.jp/oauth2/token',