File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
src/content/docs/developer-tools/about Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,54 @@ Type: `string`
282
282
283
283
Required: No (but recommended)
284
284
285
+ ### nonce
286
+
287
+ Single use code to prevent replay attacks, this will be included in the signed id token
288
+
289
+ Type: ` string `
290
+
291
+ Required: No (but recommended)
292
+
293
+ ### workflow_deployment_id
294
+
295
+ workflow deployment to test, password will be requested on login
296
+
297
+ Type: string
298
+
299
+ Required: No
300
+
301
+ ### supports_reauth
302
+
303
+ When this is set to true, users state will be stored encrypted and returned back to application when accessing an expired link.
304
+
305
+ Type: boolean
306
+
307
+ Required: false
308
+
309
+ ### reauth_state
310
+
311
+ The ` supports_reauth ` is true, state will be returned with error, pass this back to the auth flow to restart flow.
312
+
313
+ Type: string
314
+
315
+ Required: No
316
+
317
+ ### plan_interest
318
+
319
+ Indicates which plan the user has expressed interest in to be signed up to.
320
+
321
+ Type: String
322
+
323
+ Required: No
324
+
325
+ ### pricing_table_key
326
+
327
+ Defines which pricing table to show in billing flow
328
+
329
+ Type: String
330
+
331
+ Required: No
332
+
285
333
## ** Verifying the Kinde access token**
286
334
287
335
It’s likely you will be using a library to validate your JWTs and they will require the URL for your public JSON Web Key (also known as a jwks file).
You can’t perform that action at this time.
0 commit comments