Add requestToken endpoints

For password reset and 3pid adding
This commit is contained in:
David Baker 2016-07-07 14:52:45 +01:00
parent ef4c03894d
commit ead5648b8c
3 changed files with 25 additions and 0 deletions

View file

@ -116,6 +116,9 @@ Some requests have unique error codes:
:``M_THREEPID_IN_USE``:
Sent when a threepid given to an API cannot be used because the same threepid is already in use.
:``M_THREEPID_NOT_FOUND``:
Sent when a threepid given to an API cannot be used because no record matching the threepid was found
:``M_SERVER_NOT_TRUSTED``:
The client's request used a third party server, eg. ID server, that this server does not trust.