diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-02 17:58:16 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-02 17:58:16 +0100 |
commit | 3167d478828061c78d98306d7adb6264c1dfb618 (patch) | |
tree | 270e143141edf3a64b6d1349215bd9a0dbb7702c /docs | |
parent | Added section on rate limiting. (diff) | |
download | synapse-3167d478828061c78d98306d7adb6264c1dfb618.tar.xz |
Minor formatting tweaks.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/specification.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/specification.rst b/docs/specification.rst index 1e472d46bf..d7285328d9 100644 --- a/docs/specification.rst +++ b/docs/specification.rst @@ -1019,7 +1019,7 @@ This specification defines the following login types: Password-based -------------- :Type: - m.login.password + ``m.login.password`` :Description: Login is supported via a username and password. @@ -1037,7 +1037,7 @@ process, or a standard error response. OAuth2-based ------------ :Type: - m.login.oauth2 + ``m.login.oauth2`` :Description: Login is supported via OAuth2 URLs. This login consists of multiple requests. @@ -1090,7 +1090,7 @@ visits the REDIRECT_URI with the auth code= query parameter which returns:: Email-based (code) ------------------ :Type: - m.login.email.code + ``m.login.email.code`` :Description: Login is supported by typing in a code which is sent in an email. This login consists of multiple requests. @@ -1125,7 +1125,7 @@ the login process, or a standard error response. Email-based (url) ----------------- :Type: - m.login.email.url + ``m.login.email.url`` :Description: Login is supported by clicking on a URL in an email. This login consists of multiple requests. |