identityPrivate.
identityPrivate. * available since Chrome 36
(set-consent-result result window-id)
The Identity API application with specified window_id returns the consent result to the browser.
|result| - ? |window-id| - ?
The Identity API application with specified window_id returns the consent result to the browser. |result| - ? |window-id| - ?
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.app.identity-private namespace.
Taps all valid non-deprecated events in chromex.app.identity-private namespace.
(tap-on-web-flow-request-events channel & args)
Fired when a web flow dialog should be displayed.
Events will be put on the |channel| with signature [::on-web-flow-request [key url mode partition]] where:
|key| - A unique identifier that the caller can use to locate the dialog window. |url| - A URL that will be loaded in the webview. |mode| - 'interactive' or 'silent'. The window will be displayed if the mode is 'interactive'. |partition| - A name used for the webview partition.
Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
Fired when a web flow dialog should be displayed. Events will be put on the |channel| with signature [::on-web-flow-request [key url mode partition]] where: |key| - A unique identifier that the caller can use to locate the dialog window. |url| - A URL that will be loaded in the webview. |mode| - 'interactive' or 'silent'. The window will be displayed if the mode is 'interactive'. |partition| - A name used for the webview partition. Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close