adk_auth_sup (erlang_adk v0.7.0)

View Source

Supervision tree for credential storage and token refresh.

This supervisor is intentionally standalone until it is integrated into the application's top-level tree. A rest_for_one strategy ensures loss of the private credential table also replaces all refresh and cache state.

Summary

Functions

child_spec(Opts)

-spec child_spec(map()) -> supervisor:child_spec().

init(Opts)

start_link()

-spec start_link() -> supervisor:startlink_ret().

start_link(Opts)

-spec start_link(map()) -> supervisor:startlink_ret().