1 | <?php |
||
12 | class FitBit extends AbstractService |
||
13 | { |
||
14 | public function __construct( |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function getRequestTokenEndpoint() |
||
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | public function getAuthorizationEndpoint() |
||
43 | |||
44 | /** |
||
45 | * {@inheritdoc} |
||
46 | */ |
||
47 | public function getAccessTokenEndpoint() |
||
51 | |||
52 | } |
||
53 |