Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 5371c68

Browse files
davigonzabelgardep
authored andcommitted
Add oidc scope constant
1 parent f20d255 commit 5371c68

File tree

1 file changed

+1
-0
lines changed
  • owncloudComLibrary/src/main/java/com/owncloud/android/lib/common/accounts

1 file changed

+1
-0
lines changed

owncloudComLibrary/src/main/java/com/owncloud/android/lib/common/accounts/AccountUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ public static class Constants {
330330
* OAuth2 scope
331331
*/
332332
public static final String KEY_OAUTH2_SCOPE = "oc_oauth2_scope";
333+
public static final String OAUTH2_OIDC_SCOPE = "openid offline_access email profile";
333334

334335
public static final int ACCOUNT_VERSION = 1;
335336
}

0 commit comments

Comments
 (0)