mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-08 00:16:09 +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.HashMap;
|
||||||
import java.util.Map;
|
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 mClientId;
|
||||||
private String mClientSecret;
|
private String mClientSecret;
|
||||||
@ -54,7 +54,7 @@ public class OAuth2GetRefreshedAccessToken extends RemoteOperation {
|
|||||||
|
|
||||||
private Map<String, String> mResultTokenMap;
|
private Map<String, String> mResultTokenMap;
|
||||||
|
|
||||||
public OAuth2GetRefreshedAccessToken(
|
public OAuth2GetRefreshedAccessTokenOperation(
|
||||||
String clientId,
|
String clientId,
|
||||||
String secretId,
|
String secretId,
|
||||||
String grantType,
|
String grantType,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user