mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Merge branch 'develop' of github.com:php-loep/oauth2-server into develop
This commit is contained in:
		@@ -242,7 +242,7 @@ class Resource
 | 
			
		||||
     * @throws Exception\MissingAccessTokenException  Thrown if there is no access token presented
 | 
			
		||||
     * @return string
 | 
			
		||||
     */
 | 
			
		||||
    protected function determineAccessToken($headersOnly = false)
 | 
			
		||||
    public function determineAccessToken($headersOnly = false)
 | 
			
		||||
    {
 | 
			
		||||
        if ($header = $this->getRequest()->header('Authorization')) {
 | 
			
		||||
            // Check for special case, because cURL sometimes does an
 | 
			
		||||
 
 | 
			
		||||
@@ -74,7 +74,7 @@ interface SessionInterface
 | 
			
		||||
     * @param  int    $sessionId   The session ID
 | 
			
		||||
     * @param  string $accessToken The access token
 | 
			
		||||
     * @param  int    $expireTime  Unix timestamp of the access token expiry time
 | 
			
		||||
     * @return void
 | 
			
		||||
     * @return int                 The access token ID
 | 
			
		||||
     */
 | 
			
		||||
    public function associateAccessToken($sessionId, $accessToken, $expireTime);
 | 
			
		||||
 | 
			
		||||
@@ -315,7 +315,8 @@ interface SessionInterface
 | 
			
		||||
     * <code>
 | 
			
		||||
     * array (
 | 
			
		||||
     *     array(
 | 
			
		||||
     *         'key'    =>  (string),
 | 
			
		||||
     *         'id'     =>  (int),
 | 
			
		||||
     *         'scope'  =>  (string),
 | 
			
		||||
     *         'name'   =>  (string),
 | 
			
		||||
     *         'description'    =>  (string)
 | 
			
		||||
     *     ),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user