adk_token_refresh_sup (erlang_adk v0.7.0)
View SourceDynamic supervisor for short-lived authentication refresh workers.
Summary
Functions
Stop a refresh and remove its dynamic child specification.
Types
-type server() :: supervisor:sup_ref().
Functions
Stop a refresh and remove its dynamic child specification.
-spec child_spec(map()) -> supervisor:child_spec().
-spec start_link() -> supervisor:startlink_ret().
-spec start_link(map()) -> supervisor:startlink_ret().
-spec start_refresh(server(), pid(), reference()) -> supervisor:startchild_ret().