Token access, reuse and auto refresh within the SDK
问题 Coming from C# and other languages, and new to F# and trying to port an SDK Library that I built in an OO language. The SDK is responsible for retrieving access token first, setting on a static field and then setting a specific interval to continuosly refresh the token before it's expiry. The token is set as static field on the Authentication class and is updated every time before it reaches expiry. Then other actors within the SDK reach out to Authentication class, read it's static field