mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-10-31 02:17:41 +00:00 
			
		
		
		
	Rename get refreshed access token operation
This commit is contained in:
		
							parent
							
								
									c6f8430876
								
							
						
					
					
						commit
						95fdf75d38
					
				| @ -40,9 +40,9 @@ import java.util.ArrayList; | ||||
| import java.util.HashMap; | ||||
| import java.util.Map; | ||||
| 
 | ||||
| public class OAuth2GetRefreshedAccessToken extends RemoteOperation { | ||||
| public class OAuth2GetRefreshedAccessTokenOperation extends RemoteOperation { | ||||
| 
 | ||||
|     private static final String TAG = OAuth2GetRefreshedAccessToken.class.getSimpleName(); | ||||
|     private static final String TAG = OAuth2GetRefreshedAccessTokenOperation.class.getSimpleName(); | ||||
| 
 | ||||
|     private String mClientId; | ||||
|     private String mClientSecret; | ||||
| @ -54,7 +54,7 @@ public class OAuth2GetRefreshedAccessToken extends RemoteOperation { | ||||
| 
 | ||||
|     private Map<String, String> mResultTokenMap; | ||||
| 
 | ||||
|     public OAuth2GetRefreshedAccessToken( | ||||
|     public OAuth2GetRefreshedAccessTokenOperation( | ||||
|             String clientId, | ||||
|             String secretId, | ||||
|             String grantType, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user