|
|
@ -51,7 +51,15 @@ properties:
|
|
|
|
next_link:
|
|
|
|
next_link:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
Optional. When the validation is completed, the identity
|
|
|
|
Optional. When the validation is completed, the identity server will
|
|
|
|
server will redirect the user to this URL.
|
|
|
|
redirect the user to this URL. This option is ignored when submitting
|
|
|
|
|
|
|
|
3PID validation information through a POST request.
|
|
|
|
example: "https://example.org/congratulations.html"
|
|
|
|
example: "https://example.org/congratulations.html"
|
|
|
|
required: ["client_secret", "country", "phone_number", "send_attempt"]
|
|
|
|
id_server:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
description: |-
|
|
|
|
|
|
|
|
The hostname of the identity server to communicate with. May optionally
|
|
|
|
|
|
|
|
include a port. This parameter is ignored when the homeserver handles
|
|
|
|
|
|
|
|
3PID verification.
|
|
|
|
|
|
|
|
example: "id.example.com"
|
|
|
|
|
|
|
|
required: ["client_secret", "country", "phone_number", "send_attempt", "id_server"]
|
|
|
|