mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
Create OAuth scope param to save it in AccountManager during OAuth process
This commit is contained in:
+5
@@ -319,5 +319,10 @@ public class AccountUtils {
|
||||
* OAuth2 refresh token
|
||||
**/
|
||||
public static final String KEY_OAUTH2_REFRESH_TOKEN = "oc_oauth2_refresh_token";
|
||||
|
||||
/**
|
||||
* OAuth2 scope
|
||||
*/
|
||||
public static final String KEY_OAUTH2_SCOPE = "oc_oauth2_scope";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user