mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Removed unused method
This commit is contained in:
		@@ -188,17 +188,6 @@ class Session
 | 
			
		||||
        return $this;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Associate an authorization code with the session
 | 
			
		||||
     * @param  \League\OAuth2\Server\Entity\AuthCode $authCode
 | 
			
		||||
     * @return self
 | 
			
		||||
     */
 | 
			
		||||
    public function associateAuthCode(AuthCode $authCode)
 | 
			
		||||
    {
 | 
			
		||||
        $this->authCode = $authCode;
 | 
			
		||||
        return $this;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Associate a client with the session
 | 
			
		||||
     * @param  League\OAuth2\Server\Entity\Client $client The client
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user