Caches the Apple Music Feed JWT token so we don't sign a new JWT on every call.
Summary
Functions
Returns a specification to start this module under a supervisor.
Forget the cached token.
Return a fresh access token, minting/refreshing as needed.
Start the cache under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec clear(GenServer.server()) :: :ok
Forget the cached token.
Return a fresh access token, minting/refreshing as needed.
@spec start_link(keyword()) :: GenServer.on_start()
Start the cache under a supervisor.