1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-07-23 09:56:02 +00:00

Add constant to save refresh token in account

This commit is contained in:
davigonz 2017-07-10 13:55:00 +02:00 committed by David A. Velasco
parent 2df2cde466
commit fe947194c5

View File

@ -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";
} }
} }