mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Merge pull request #171 from acairns/develop
Fixing Bearer case for consistency
This commit is contained in:
		@@ -192,7 +192,7 @@ class RefreshToken implements GrantTypeInterface {
 | 
			
		||||
 | 
			
		||||
        $response = array(
 | 
			
		||||
            'access_token'  =>  $accessToken,
 | 
			
		||||
            'token_type'    =>  'bearer',
 | 
			
		||||
            'token_type'    =>  'Bearer',
 | 
			
		||||
            'expires'       =>  $accessTokenExpires,
 | 
			
		||||
            'expires_in'    =>  $accessTokenExpiresIn
 | 
			
		||||
        );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user