Skip to content

Commit

Permalink
Updated ion authorization url to the current url
Browse files Browse the repository at this point in the history
  • Loading branch information
weegeekps committed Oct 3, 2023
1 parent bcd22ca commit a9c2748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CMakeSettings.json
*.DS_Store
test.db
build-wsl
.idea
2 changes: 1 addition & 1 deletion CesiumIonClient/include/CesiumIonClient/Connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class CESIUMASYNC_API Connection {
const std::vector<std::string>& scopes,
std::function<void(const std::string&)>&& openUrlCallback,
const std::string& ionApiUrl = "https://api.cesium.com/",
const std::string& ionAuthorizeUrl = "https://cesium.com/ion/oauth");
const std::string& ionAuthorizeUrl = "https://ion.cesium.com/oauth");

/**
* @brief Creates a connection to Cesium ion using the provided access token.
Expand Down

0 comments on commit a9c2748

Please sign in to comment.