File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
scribejava-core/src/main/java/com/github/scribejava/core/builder Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 11[SNAPSHOT]
22 * add Google Async Exmaple (with bugfix for it to work)
33 * add OSGI manifest metadata
4+ * apiSecret is not mandatory parameter in config (to use on client sides and other flows without need of the API secret)
45
56[2.4.0]
67 * APIs 2.0 can define different endpoints for access token and for refresh token (the same urls by default)
Original file line number Diff line number Diff line change @@ -132,7 +132,6 @@ public T debug() {
132132
133133 public void checkPreconditions () {
134134 Preconditions .checkEmptyString (apiKey , "You must provide an api key" );
135- Preconditions .checkEmptyString (apiSecret , "You must provide an api secret" );
136135 }
137136
138137 public String getCallback () {
You can’t perform that action at this time.
0 commit comments