Kinde.MissingConfigError exception (kinde v2.1.0)

Copy Markdown View Source

Returned when required configuration keys (:domain, :client_id, :client_secret, :redirect_uri) are missing from both the function arguments and the application environment.

Summary

Types

t()

@type t() :: %Kinde.MissingConfigError{__exception__: true, keys: [atom()]}