PHP Classes

File: mod/config/oauth2client/federation.conf.php

Recommend this page to a friend!
  Classes of Payam Naderi   PHP OAuth2 Client   mod/config/oauth2client/federation.conf.php   Download  
File: mod/config/oauth2client/federation.conf.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP OAuth2 Client
Authorize and access servers using OAuth2
Author: By
Last change:
Date: 4 years ago
Size: 158 bytes
 

Contents

Class file image Download
<?php
return [
   
'serverUrl' => 'http://127.0.0.1/',
   
'tokenProvider' => new \Poirot\Ioc\instance('/module/oauth2client/services/TokenProvider'),
];