adk_oidc_provider_sup (erlang_adk v0.7.0)
View SourceOpt-in supervision for Oidcc provider configuration workers.
Starting this supervisor with its default options starts no network-facing children. Each configured provider uses a pre-existing atom or pid name; issuer names are never converted into atoms at runtime.
Summary
Functions
-spec child_spec(map()) -> supervisor:child_spec().
-spec provider_children([map()]) -> {ok, [supervisor:child_spec()]} | {error, invalid_provider_config}.
-spec start_link() -> supervisor:startlink_ret().
-spec start_link(map()) -> supervisor:startlink_ret().