OpenStax.Keystone v1.0.0 OpenStax.Keystone.Auth.Supervisor View Source
This module is responsible for supervising workers that are requesting Auth Tokens.
Link to this section Summary
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Link to this function
start_link(options \\ [])
View Source
start_link(Supervisor.options()) :: Supervisor.on_start()
Starts the Supervisor.
Options are just passed to Supervisor.start_link.