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
This fetches an object containing a Java Web Token which can be used to secure/verify the request from our site to your service. This tool offers the capability for you to validate that the request for content from your service originated from our platform and enables you to determine whether or not the content should be served. For more details regarding how to use this with your service, please refer to the <ahref="#jwt-usage-documentation">JWT usage documentation</a>.
91
+
92
+
73
93
## API.utils.getJwtForVehicles()
74
94
75
95
> Usage:
@@ -88,7 +108,7 @@ This fetches the <a href="#dealership-info-event">Dealership Info Event object</
88
108
})(window.DDC.API);
89
109
```
90
110
91
-
This fetches an object containing the array of VINs on the current page and a corresponding Java Web Token which can be used to secure/verify the request from our site to your service. This tool offers the capability for you to validate that the request for content from your service originated from our platform and enables you to determine whether or not the content should be served up. For more details regarding how to use this with your service, please refer to the <ahref="#jwt-usage-documentation">JWT usage documentation</a>.
111
+
This fetches an object containing the array of VINs on the current page and a corresponding Java Web Token which can be used to secure/verify the request from our site to your service. This tool offers the capability for you to validate that the request for content from your service originated from our platform and enables you to determine whether or not the content should be served. For more details regarding how to use this with your service, please refer to the <ahref="#jwt-usage-documentation">JWT usage documentation</a>.
0 commit comments