ms_auth_mc
This library is for logging into a minecraft account by using the microsoft oauth2 device flow: https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-device-code
Example
use ;
let client = new;
let device_code =
new.unwrap;
if let Some = &device_code.inner
let auth = device_code.authenticate.unwrap;
println!;
You can create your own cid by making an azure application.