pub const MICROSOFT_URL: &str = "https://login.live.com/oauth20_authorize.srf?client_id=00000000402b5328&response_type=code&scope=service%3A%3Auser.auth.xboxlive.com%3A%3AMBI_SSL&redirect_uri=https%3A%2F%2Flogin.live.com%2Foauth20_desktop.srf";
Expand description
Minecraft 官方启动器的微软登录链接
通过捕获从此链接跳转过来的
https://login.live.com/oauth20_desktop.srf?code=[ANYCODE]&lc=1033
链接并传入 start_auth
来获取登录令牌