-
Notifications
You must be signed in to change notification settings - Fork 142
Startup
Simon Urbanek edited this page Dec 27, 2018
·
1 revision
-
oc.init
- returnsoc.init.authenticate()
ocap -
oc.init.authenticate()
(when called by JS) processes authentication tokens, sets mode and calls (and returns result) one of*authenticated.ocaps()
orlist()
depending on the authentication result -
unauthenticated.ocaps
orauthenticated.ocaps
generate ocaps - if compute separation is enabled, the first step is to fork off the compute (in.setup.compute
viaRserve:::Rserve_fork_compute
) and then return the list of ocaps which come from both processes - JS side does ... then calls
rcloud.setup.js.installer
andcompute.init
ocaps