mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-27 16:33:44 +01:00
spec the format of a client_secret
This commit is contained in:
parent
dced3d5707
commit
69c30ef156
|
|
@ -20,7 +20,11 @@ example: {
|
||||||
properties:
|
properties:
|
||||||
client_secret:
|
client_secret:
|
||||||
type: string
|
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"
|
example: "monkeys_are_GREAT"
|
||||||
email:
|
email:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,11 @@ example: {
|
||||||
properties:
|
properties:
|
||||||
client_secret:
|
client_secret:
|
||||||
type: string
|
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"
|
example: "monkeys_are_GREAT"
|
||||||
country:
|
country:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue