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.binding.mybmw/src/main/java/org/openhab/binding/mybmw/internal/handler/auth/MyBMWTokenController.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.mybmw/src/main/java/org/openhab/binding/mybmw/internal/handler/auth/Token.java
+9-2
Original file line number
Diff line number
Diff line change
@@ -67,13 +67,20 @@ public void setGcid(String gcid) {
67
67
this.gcid = gcid;
68
68
}
69
69
70
+
/**
71
+
* check if the token is valid - for enough buffer it is not valid if it expires in <10s
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.mybmw/src/main/java/org/openhab/binding/mybmw/internal/handler/backend/MyBMWHttpProxy.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.mybmw/src/main/java/org/openhab/binding/mybmw/internal/utils/BimmerConstants.java
+4
Original file line number
Diff line number
Diff line change
@@ -82,4 +82,8 @@ public interface BimmerConstants {
0 commit comments