Skip to content

Commit c11533c

Browse files
authored
Normalize all getAuthUrl and getTokenUrl methods (#1281)
1 parent 43e22d0 commit c11533c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Provider.php

-6
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ class Provider extends AbstractProvider
1212

1313
protected $scopeSeparator = ' ';
1414

15-
/**
16-
* {@inheritdoc}
17-
*/
1815
protected function getAuthUrl($state): string
1916
{
2017
return
@@ -24,9 +21,6 @@ protected function getAuthUrl($state): string
2421
);
2522
}
2623

27-
/**
28-
* {@inheritdoc}
29-
*/
3024
protected function getTokenUrl(): string
3125
{
3226
return 'https://developer.api.autodesk.com/authentication/v2/token';

0 commit comments

Comments
 (0)