Latch. Config
(latch v0.2.0)
Copy Markdown
The configuration that drives the client.
Fields
:store- a module implementingLatch.Store:name- the name of the Latch instance:mode-:confidential,:public, or:localhost:redirect_uri- the OAuth callback URL:scope- the requsted scopes:client_id- the URL of the published client metadata document:signing_key- the JSON-encoded ES256 private JWK forprivate_key_jwtas string:client_name- shown on the authorization consent screen:client_uri- client home page
Summary
Types
@type mode() :: :confidential | :public | :localhost