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
const CID: &str = "client id from an azure application"
You can create your own cid by making an azure application.