[IMP] auth_oauth: doc improvement

bzr revid: rco@openerp.com-20121127100635-vzbuw6a73286t2t2
This commit is contained in:
Raphael Collet 2012-11-27 11:06:35 +01:00
parent 36059c6ffe
commit a50bc125f8
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class res_users(osv.Model):
:param validation: result of validation of access token (dict)
:param params: oauth parameters (dict)
:return: user login (str)
:raise: openerp.exceptions.AccessDenied if signin failed
This method can be overridden to add alternative signin methods.
"""