azure_identity::federated_credentials_flow

Function perform

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

Perform the client credentials flow