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:
parent
f20d2554bf
commit
5371c682d4
@ -330,6 +330,7 @@ public class AccountUtils {
|
|||||||
* OAuth2 scope
|
* OAuth2 scope
|
||||||
*/
|
*/
|
||||||
public static final String KEY_OAUTH2_SCOPE = "oc_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;
|
public static final int ACCOUNT_VERSION = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user