We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f932923 commit ae16ba3Copy full SHA for ae16ba3
src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx
@@ -179,12 +179,12 @@ Requires the `auth_client_secret` parameter.
179
180
Example configuration:
181
182
- ```xml
183
- <key>auth_client_id</key>
184
- <string>88bf3b6d86161464f6509f7219099e57.access</string>
185
- <key>auth_client_secret</key>
186
- <string>bdd31cbc4dec990953e39163fbbb194c93313ca9f0a6e420346af9d326b1d2a5</string>
187
- ```
+```xml
+<key>auth_client_id</key>
+<string>88bf3b6d86161464f6509f7219099e57.access</string>
+<key>auth_client_secret</key>
+<string>bdd31cbc4dec990953e39163fbbb194c93313ca9f0a6e420346af9d326b1d2a5</string>
+```
188
189
### `auth_client_secret`
190
0 commit comments