Skip to content

Commit 75ee7ee

Browse files
Update api spec (#1252)
YOYO NEW API SPEC! Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c0dc8ab commit 75ee7ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27693,6 +27693,11 @@
2769327693
"description": "Value used for [CSRF](https://tools.ietf.org/html/rfc6749#section-10.12) protection via the `state` parameter.",
2769427694
"type": "string"
2769527695
},
27696+
"oidc_nonce": {
27697+
"nullable": true,
27698+
"description": "Nonce required for OIDC flows.",
27699+
"type": "string"
27700+
},
2769627701
"pkce_code_verifier": {
2769727702
"nullable": true,
2769827703
"description": "Code Verifier used for [PKCE]((https://tools.ietf.org/html/rfc7636)) protection via the `code_verifier` parameter. The value must have a minimum length of 43 characters and a maximum length of 128 characters. Each character must be ASCII alphanumeric or one of the characters \"-\" / \".\" / \"_\" / \"~\".",

0 commit comments

Comments
 (0)