PHP Classes

File: config/secrets.php

Recommend this page to a friend!
  Classes of Eray Akartuna   Lumen Starter Pack   config/secrets.php   Download  
File: config/secrets.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Lumen Starter Pack
Implement a OAuth 2 based REST API server
Author: By
Last change:
Date: 7 years ago
Size: 74 bytes
 

Contents

Class file image Download
<?php

return [
   
'client_id' => 1,
   
'client_secret' => 'gKYG75sw'
];