Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
63 | } |
||
64 | |||
65 | /** |
||
66 | * @inheritdoc |
||
67 | */ |
||
68 | 3 | public function getResourceOwnerDetailsUrl(AccessToken $token) |
|
69 | { |
||
70 | 3 | return $this->getApiDomain() . '/' . $this->cleanUri($this->resourceOwnerDetailsUri) . '/' . $token->getToken(); |
|
71 | } |
||
72 | |||
73 | /** |
||
74 | * @return string |
||
75 | */ |
||
76 | 6 | protected function getDomain() |
|
106 |