OpenStax.Keystone v1.0.0 OpenStax.Keystone.Auth.Worker View Source
This module is responsible for periodically requesting Auth Token based on passed credentials.
Link to this section Summary
Functions
Starts the process and links it to calling process in the supervision tree
Link to this section Types
Link to this section Functions
Link to this function
start_link(endpoint_id, options \\ [])
View Source
start_link(OpenStax.Keystone.Endpoint.Registry.endpoint_id_t(), options_t()) :: on_start_t()
Starts the process and links it to calling process in the supervision tree.
Expects endpoint ID as an argument.
Options and return value are identical to one being used in GenServer.start_link/3.