We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07aaa5 commit 7f0732bCopy full SHA for 7f0732b
api/challenge-response/challenge-response.yaml
@@ -30,8 +30,9 @@ paths:
30
in: query
31
description: >
32
the API server should not generate a nonce for this session and
33
- use instead the one supplied by the client. The supplied value must
34
- decode to a byte sequence between 8 and 64 bytes long.
+ instead use the one supplied by the client. The supplied base64
+ URL-encoded value must decode to a byte sequence between 8 and
35
+ 64 bytes long.
36
required: false
37
schema:
38
type: string
0 commit comments