This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
Azure AAD: Rename AAD functions to match the Microsoft documentation
- Renamed
authorize_interactive
withauthorize_code_flow
(see auth-code-flow). - Renamed
authorize_non_interactive
withauthorize_client_credentials_flow
(see client-creds-grant-flow). - Added an example for client credentials flow blob storage auth: examples/client_credentials_flow_blob.rs.