mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			407 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			407 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
url: 'http://localhost:8000/api.php/tokeninfo?access_token=foobar'
 | 
						|
request:
 | 
						|
    method: GET
 | 
						|
response:
 | 
						|
    statusCode: 401
 | 
						|
    headers:
 | 
						|
        -
 | 
						|
            key: Content-type
 | 
						|
            value: application/json
 | 
						|
    body:
 | 
						|
        -
 | 
						|
            key: error
 | 
						|
            value: "access_denied"
 | 
						|
        -
 | 
						|
            key: message
 | 
						|
            value: "The resource owner or authorization server denied the request." |