Skip to content

Commit a4a0574

Browse files
committed
chore: removed inacurate comment
1 parent 9f3bd06 commit a4a0574

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/VerifyAccessToken.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ protected function getIntrospect($accessToken)
3636
$response = $guzzle->post(config('authorizationserver.introspect_url'), [
3737
'form_params' => [
3838
'token_type_hint' => 'access_token',
39-
40-
// This is the access token for verifying the user's access token
4139
'token' => $accessToken,
4240
],
4341
'headers' => [

0 commit comments

Comments
 (0)