MindFlavor / AzureSDKForRust

Microsoft Azure SDK for Rust
http://mindflavor.github.io/AzureSDKForRust
Apache License 2.0
160 stars 62 forks source link

Azure AAD: Exchange refresh token support #303

Closed MindFlavor closed 4 years ago

MindFlavor commented 4 years ago

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.