From 871ef4abac1023d33714d2fda9c54cc63e20a3a5 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sun, 10 May 2026 16:48:07 +0200 Subject: support yggdrasil authentication --- azalea-auth/src/auth.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-auth/src/auth.rs') diff --git a/azalea-auth/src/auth.rs b/azalea-auth/src/auth.rs index ef084d95..c2b639e9 100644 --- a/azalea-auth/src/auth.rs +++ b/azalea-auth/src/auth.rs @@ -60,6 +60,8 @@ pub enum AuthError { GetMinecraftAuthToken(#[from] MinecraftAuthError), #[error("Error authenticating with Xbox Live: {0}")] GetXboxLiveAuth(#[from] XboxLiveAuthError), + #[error("Error authenticating with Yggdrasil")] + Yggdrasil(#[from] crate::yggdrasil::YggdrasilAuthError), } /// Authenticate with Microsoft. If the data isn't cached, the user will be -- cgit v1.2.3