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

Commit 5a46b66

Browse files
author
Marcos Torres
committed
Merge branch 'master' of github.com:OfficeDev/Office-365-SDK-for-Android
* 'master' of github.com:OfficeDev/Office-365-SDK-for-Android: Removing invalid settings
2 parents 1411600 + 8050102 commit 5a46b66

File tree

1 file changed

+3
-3
lines changed
  • samples/simple-exchange-sample/app/src/main/java/com/microsoft/simple_exchange_sample

1 file changed

+3
-3
lines changed

samples/simple-exchange-sample/app/src/main/java/com/microsoft/simple_exchange_sample/ServiceConstants.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
public class ServiceConstants {
1616
public static final String AUTHORITY_URL = "https://login.windows.net/common";
1717
public static final String RESOURCE_ID = "https://outlook.office365.com/";
18-
public static final String REDIRECT_URL = "https://junction.onmicrosoft.com/getO365AccessToken";
19-
public static final String CLIENT_ID = "a69d48a4-4335-4e83-aaf3-7ab834e949fb";
18+
public static final String REDIRECT_URL = "";
19+
public static final String CLIENT_ID = "";
2020
public static final String ENCRYPTION_KEY = "EncryptionKey";
2121
// it is generally the case for O365 services that the endpoint ID is the concatenation
2222
// RESOURCE_ID and the api version. Please check against your actual deployment
2323
public static final String ENDPOINT_ID = RESOURCE_ID + "api/v1.0";
24-
}
24+
}

0 commit comments

Comments
 (0)