fix docstring

pull/4272/head
Richard van der Hoff 2018-12-07 12:41:45 +00:00
parent 147d714a37
commit 76c7d62876
1 changed files with 3 additions and 0 deletions

View File

@ -468,6 +468,9 @@ class SSOAuthHandler(object):
client_redirect_url (unicode): the redirect_url the client gave us when
it first started the process.
user_display_name (unicode|None): if set, and we have to register a new user,
we will set their displayname to this.
Returns:
Deferred[none]: Completes once we have handled the request.
"""