xo::Authorize method record_oauth_registration (protected)
<instance of xo::Authorize> record_oauth_registration user_id
Defined in packages/xooauth/tcl/authorize-procs.tcl
Record the fact that this user_id was created via an OAuth identity provider.
- Parameters:
- user_id (required)
- Testcases:
- No testcase defined.
Source code: set auth_obj [self] db_dml _ { INSERT INTO xooauth_authorized_users (user_id, auth_obj) VALUES (:user_id, :auth_obj) }XQL Not present: Generic, PostgreSQL, Oracle