register

Function register 

Source
pub fn register(request_id: String, block_id: String, cb: AuthCallback)
Expand description

Park a CEF auth callback under request_id. The renderer will resolve it shortly via submit / cancel. A 5-minute timeout task is armed alongside so the entry can’t leak indefinitely if the renderer never replies. Replaces any prior entry for the same id (shouldn’t happen — ids are uuid4).