mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 08:22:56 +00:00
Add oidc scope constant
This commit is contained in:
+1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user