Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:OfficeDev/Office-365-SDK-for-Android
Browse files Browse the repository at this point in the history
* 'master' of github.com:OfficeDev/Office-365-SDK-for-Android:
  Removing invalid settings
  • Loading branch information
Marcos Torres committed Dec 4, 2014
2 parents 1411600 + 8050102 commit 5a46b66
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
public class ServiceConstants {
public static final String AUTHORITY_URL = "https://login.windows.net/common";
public static final String RESOURCE_ID = "https://outlook.office365.com/";
public static final String REDIRECT_URL = "https://junction.onmicrosoft.com/getO365AccessToken";
public static final String CLIENT_ID = "a69d48a4-4335-4e83-aaf3-7ab834e949fb";
public static final String REDIRECT_URL = "";
public static final String CLIENT_ID = "";
public static final String ENCRYPTION_KEY = "EncryptionKey";
// it is generally the case for O365 services that the endpoint ID is the concatenation
// RESOURCE_ID and the api version. Please check against your actual deployment
public static final String ENDPOINT_ID = RESOURCE_ID + "api/v1.0";
}
}

0 comments on commit 5a46b66

Please sign in to comment.