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:
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";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user