Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 942f071c authored by Nihar Thakkar's avatar Nihar Thakkar Committed by Sumit Pundir
Browse files

Implement SSO for /e/ accounts

parent 6e9d7192
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@ public class OAuthConstants {
    public static final String EELO_ACCOUNT_TYPE = "bitfire.at.davdroid.eelo";
    public static final String GOOGLE_ACCOUNT_TYPE = "bitfire.at.davdroid.google";
    public static final String ACCOUNT_USER_NAME_KEY = "user_name";
    public static final String AUTH_TOKEN_TYPE = "oauth2-access-token";
    static final String AUTH_TOKEN_TYPE = "oauth2-access-token";
}