Liking cljdoc? Tell your friends :D
Clojure only.

dev.gethop.user-manager.cognito


init-recordclj

(init-record {:keys [user-pool-id client-config] :as config})

Initializes the Cognito record. Method for those not using Integrant or Duct. The configuration has a single required key which is the :user-pool-id. Apart from the :user-pool-id, :client-config can be optionally provided to customize the configuration of the aws-api. The configuration keys in :client-config are the same keys specified by the underlying library[1].

[1] - https://cognitect-labs.github.io/aws-api/cognitect.aws.client.api-api.html

Initializes the Cognito record. Method for those not using Integrant
or Duct. The configuration has a single required key which is the
`:user-pool-id`. Apart from the `:user-pool-id`, `:client-config`
can be optionally provided to customize the configuration of the
`aws-api`. The configuration keys in `:client-config` are the same
keys specified by the underlying library[1].

[1] - https://cognitect-labs.github.io/aws-api/cognitect.aws.client.api-api.html
sourceraw docstring

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

× close