mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-07 08:23:42 +01:00
spec the format of a client_secret
This commit is contained in:
parent
dced3d5707
commit
69c30ef156
|
|
@ -20,7 +20,11 @@ example: {
|
|||
properties:
|
||||
client_secret:
|
||||
type: string
|
||||
description: A unique string used to identify the validation attempt.
|
||||
description: |
|
||||
A unique string generated by the client, and used to identify the
|
||||
validation attempt. It must be a string consisting of the characters
|
||||
``[0-9a-zA-Z.=_-]``. Its length must not exceed 255 characters and it
|
||||
must not be empty.
|
||||
example: "monkeys_are_GREAT"
|
||||
email:
|
||||
type: string
|
||||
|
|
|
|||
|
|
@ -21,7 +21,11 @@ example: {
|
|||
properties:
|
||||
client_secret:
|
||||
type: string
|
||||
description: A unique string used to identify the validation attempt.
|
||||
description: |
|
||||
A unique string generated by the client, and used to identify the
|
||||
validation attempt. It must be a string consisting of the characters
|
||||
``[0-9a-zA-Z.=_-]``. Its length must not exceed 255 characters and it
|
||||
must not be empty.
|
||||
example: "monkeys_are_GREAT"
|
||||
country:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue