Skip to content

Commit 6d19c5e

Browse files
Update OpenAPI spec (23faa38) (#49)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent 71b13e0 commit 6d19c5e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.last-synced-sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4b4e0618779460dbebc1cf5e0f02197c21796d1f
1+
23faa38318d596e581656934ed72c4a18476d742

spec/open-api-spec.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11135,6 +11135,17 @@ paths:
1113511135
description: >-
1113611136
A random string generated by the client that is used to mitigate
1113711137
replay attacks.
11138+
- name: prompt
11139+
required: false
11140+
in: query
11141+
schema:
11142+
type: string
11143+
example: login
11144+
const: login
11145+
description: >-
11146+
If set to `login`, forces re-authentication at the identity
11147+
provider. For SAML connections this sets `ForceAuthn="true"` in the
11148+
SAML request.
1113811149
responses:
1113911150
'200':
1114011151
description: OK

0 commit comments

Comments
 (0)