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
--origin The Origin (origin) key. This key's value is a fully qualified
35
36
domain that should match the Origin header passed by a browser.
36
37
[string]
37
38
--verify Test the generated token with MapKit servers to verify if valid
38
-
[boolean] [default: Verify token after it generates]
39
+
[boolean] [default: false, verify token after it generates]
39
40
--stdout Set to true to output only the token, suitable for piping
40
-
[boolean] [default: By default, outputs extra data about the token]
41
+
[boolean] [default: false, by default, outputs extra data about the token]
41
42
```
42
43
43
44
See the [MapKit JS Documentation](https://developer.apple.com/documentation/mapkitjs/creating_and_using_tokens_with_mapkit_js) for the full explanation of these options.
0 commit comments