adk_authorization_flow_exchange_sup (erlang_adk v0.7.0)
View SourceDynamic supervisor for short-lived authorization-code exchanges.
Summary
Types
-type server() :: supervisor:sup_ref().
Functions
-spec child_spec(map()) -> supervisor:child_spec().
-spec start_exchange(server(), pid(), reference()) -> supervisor:startchild_ret().
-spec start_exchange(server(), pid(), reference(), integer(), pos_integer()) -> supervisor:startchild_ret().
-spec start_link() -> supervisor:startlink_ret().
-spec start_link(map()) -> supervisor:startlink_ret().