質問編集履歴
1
情報非公開
    
        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'                => ' | 
| 37 | 
            +
                'clientId'                => 'clientId',    // The client ID assigned to you by the provider
         | 
| 38 | 
            -
                'clientSecret'            => ' | 
| 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',
         | 
