1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Add oidc scope constant

This commit is contained in:
davigonz 2020-04-21 17:56:25 +02:00 committed by agarcia
parent f20d2554bf
commit 5371c682d4

View File

@ -330,6 +330,7 @@ public class AccountUtils {
* OAuth2 scope
*/
public static final String KEY_OAUTH2_SCOPE = "oc_oauth2_scope";
public static final String OAUTH2_OIDC_SCOPE = "openid offline_access email profile";
public static final int ACCOUNT_VERSION = 1;
}