mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-22 22:03:00 +00:00
Add constant to save refresh token in account
This commit is contained in:
committed by
David A. Velasco
parent
2df2cde466
commit
fe947194c5
@@ -349,6 +349,11 @@ public class AccountUtils {
|
|||||||
*/
|
*/
|
||||||
public static final String KEY_DISPLAY_NAME = "oc_display_name";
|
public static final String KEY_DISPLAY_NAME = "oc_display_name";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* OAuth2 refresh token
|
||||||
|
**/
|
||||||
|
public static final String KEY_OAUTH2_REFRESH_TOKEN = "oc_oauth2_refresh_token";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user