Z.MIS.TokenRefreshWorker (Portico/Z v0.1.0)
Job to refresh auth tokens for the MIS (Medical Information System)
See Z.MIS
(Context module) for more details.
Usage
This module is an Oban
worker, so you use it like this:
Elixir.Z.MIS.TokenRefreshWorker.new(%{redirect_uri: uri})
|> Oban.insert()
redirect_uri
should be passed in and should match the URI given in ZWeb.Admin.CampdocOauthController
.
Link to this section Summary
Functions
Update auth refresh token
Link to this section Functions
Link to this function
perform(job)
Update auth refresh token