Liking cljdoc? Tell your friends :D

chromex.ext.enterprise.platform-keys-private

clj
  • available since Chrome 36
  * available since Chrome 36
raw docstring

api-tableclj

source

challenge-machine-keyclj/smacro

(challenge-machine-key challenge)

Challenge a machine key.

|challenge| - Challenge to be signed in base64.

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [response] where:

|response| - Response in base64.

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Challenge a machine key.

  |challenge| - Challenge to be signed in base64.

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [response] where:

  |response| - Response in base64.

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

challenge-machine-key*cljs

(challenge-machine-key* config challenge)
source

challenge-user-keyclj/smacro

(challenge-user-key challenge register-key)

Challenge an user key.

|challenge| - Challenge to be signed in base64. |register-key| - If true, the key will be registered.

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [response] where:

|response| - Response in base64.

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Challenge an user key.

  |challenge| - Challenge to be signed in base64.
  |register-key| - If true, the key will be registered.

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [response] where:

  |response| - Response in base64.

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

challenge-user-key*cljs

(challenge-user-key* config challenge register-key)
source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.enterprise.platform-keys-private namespace.

Taps all valid non-deprecated events in chromex.ext.enterprise.platform-keys-private namespace.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close