azure_identity::client_credentials_flow

Function perform

Source
pub async fn perform(
    http_client: Arc<dyn HttpClient>,
    client_id: &str,
    client_secret: &str,
    scopes: &[&str],
    tenant_id: &str,
) -> Result<LoginResponse>
Expand description

Perform the client credentials flow