dbsync_app.register_dbsync_user()
Registers the dbsync user identification for the remote app.
Syntax
FUNCTION register_dbsync_user(
user_ident dbsync_core.t_user_ident
)
- user_ident defines the DB Sync user identification.
Usage
When using direct mode, at least a user_id
is required (pswd
may be empty).
When using GAS/SSO/GIP, you can skip user ident
registrations, since the user_id
will be automatically found on server side from
OAuth API.