You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.core.auth.oauth2client/src/main/java/org/openhab/core/auth/oauth2client/internal/OAuthClientServiceImpl.java
+21-5
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@
35
35
importorg.slf4j.Logger;
36
36
importorg.slf4j.LoggerFactory;
37
37
38
+
importcom.google.gson.JsonDeserializer;
39
+
38
40
/**
39
41
* Implementation of OAuthClientService.
40
42
*
@@ -49,6 +51,7 @@
49
51
*
50
52
* @author Michael Bock - Initial contribution
51
53
* @author Gary Tse - Initial contribution
54
+
* @author Gaël L'hopital - Added capability for custom deserializer
Copy file name to clipboardexpand all lines: bundles/org.openhab.core.auth.oauth2client/src/main/java/org/openhab/core/auth/oauth2client/internal/OAuthConnector.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.core.auth.oauth2client/src/main/java/org/openhab/core/auth/oauth2client/internal/OAuthFactoryImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ public OAuthClientService createOAuthClientService(String handle, String tokenUr
Copy file name to clipboardexpand all lines: bundles/org.openhab.core.auth.oauth2client/src/main/java/org/openhab/core/auth/oauth2client/internal/PersistedParams.java
+16-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
* @author Michael Bock - Initial contribution
21
21
* @author Gary Tse - Initial contribution
22
22
* @author Hilbrand Bouwkamp - Moved class to it's own file and added hashCode and equals methods
0 commit comments