mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Return client details
This commit is contained in:
		@@ -163,6 +163,8 @@ class Server
 | 
			
		||||
            throw new ClientException($this->errors['invalid_client'], 8);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        $params['client_details'] = $clientDetails;
 | 
			
		||||
 | 
			
		||||
        // Response type
 | 
			
		||||
        if ( ! isset($authParams['response_type']) && ! isset($_GET['response_type'])) {
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user