This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
Azure AAD: Support for refresh token exchange
This is a first implementation of the refresh token support. It has been tested successfully with the device code flow but it should support other flows as well.
This also shuffles the structs/types around a bit, in preparation for a more cohesive crate.
Fixes #290.