azure_identity-0.1.0 has been yanked.
Azure SDK for Rust - Azure OAuth2 Crate
Azure OAuth2 helper crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to https://github.com/azure/azure-sdk-for-rust. This crate provides mechanisms for several ways to authenticate against Azure
For example, to authenticate using the client credential flow, you can do the following:
use client_credentials_flow;
use ;
use Url;
use env;
use Error;
async
The supported authentication flows are:
This crate also includes utilities for handling refresh tokens and accessing token credentials from many different sources.
Usage
To set this crate as a dependency, add this to your Cargo.toml
[]
= { = "0.1.0", = "https://github.com/Azure/azure-sdk-for-rust" }