azalea_auth/
lib.rs

1
2
3
4
5
6
7
8
9
10
#![doc = include_str!("../README.md")]

mod auth;
pub mod cache;
pub mod certs;
pub mod game_profile;
pub mod offline;
pub mod sessionserver;

pub use auth::*;