mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix doc-string
Remove refresh_token reference
This commit is contained in:
parent
12f3b9000c
commit
6841d8ff55
@ -374,8 +374,7 @@ class RegisterRestServlet(RestServlet):
|
|||||||
def _create_registration_details(self, user_id, params):
|
def _create_registration_details(self, user_id, params):
|
||||||
"""Complete registration of newly-registered user
|
"""Complete registration of newly-registered user
|
||||||
|
|
||||||
Allocates device_id if one was not given; also creates access_token
|
Allocates device_id if one was not given; also creates access_token.
|
||||||
and refresh_token.
|
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
(str) user_id: full canonical @user:id
|
(str) user_id: full canonical @user:id
|
||||||
|
Loading…
Reference in New Issue
Block a user