1 | <?php |
||
6 | class Lianluo extends OAuth2 |
||
7 | { |
||
8 | public $authUrl = 'https://mops-ucenter.lianluo.com/oauth2/auth'; |
||
9 | public $tokenUrl = 'https://mops-ucenter.lianluo.com/oauth2/token'; |
||
10 | public $apiBaseUrl = 'https://mops-ucenter.lianluo.com/api/oauth2/v1'; |
||
11 | |||
12 | protected function initUserAttributes() |
||
16 | |||
17 | protected function defaultName() |
||
21 | |||
22 | protected function defaultTitle() |
||
26 | |||
27 | protected function defaultViewOptions() |
||
34 | } |
||
35 |