Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Azure AAD: Support for refresh token exchange

Compare
Choose a tag to compare
@MindFlavor MindFlavor released this 26 Jun 14:13
· 18 commits to master since this release
1995aac

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.