Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
grafana
/
vendor
/
league
/
oauth2-server
/
src
/
AuthorizationValidators
/
File Content:
AuthorizationValidatorInterface.php
<?php /** * @author Alex Bilbie <hello@alexbilbie.com> * @copyright Copyright (c) Alex Bilbie * @license http://mit-license.org/ * * @link https://github.com/thephpleague/oauth2-server */ declare (strict_types=1); namespace PleskGrafana\League\OAuth2\Server\AuthorizationValidators; use Psr\Http\Message\ServerRequestInterface; interface AuthorizationValidatorInterface { /** * Determine the access token in the authorization header and append OAUth * properties to the request as attributes. */ public function validateAuthorization(ServerRequestInterface $request) : ServerRequestInterface; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
AuthorizationValidatorInterface.php
644 bytes
0644
BearerTokenValidator.php
4470 bytes
0644
N4ST4R_ID | Naxtarrr