mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			553 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			553 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
url: 'http://localhost:8000/api.php/tokeninfo'
 | 
						|
request:
 | 
						|
    method: GET
 | 
						|
    headers:
 | 
						|
        -
 | 
						|
            key: Authorization
 | 
						|
            value: "Bearer iamgod"
 | 
						|
response:
 | 
						|
    statusCode: 200
 | 
						|
    headers:
 | 
						|
        -
 | 
						|
            key: Content-type
 | 
						|
            value: application/json
 | 
						|
    body:
 | 
						|
        -
 | 
						|
            key: owner_id
 | 
						|
            value: testclient
 | 
						|
        -
 | 
						|
            key: owner_type
 | 
						|
            value: client
 | 
						|
        -
 | 
						|
            key: access_token
 | 
						|
            value: iamgod
 | 
						|
        -
 | 
						|
            key: client_id
 | 
						|
            value: testclient
 |