pub async fn fetch_certificates(
minecraft_access_token: &str,
) -> Result<Certificates, FetchCertificatesError>
Expand description
Fetch the Mojang-provided key-pair for your player, which is used for cryptographically signing chat messages.
pub async fn fetch_certificates(
minecraft_access_token: &str,
) -> Result<Certificates, FetchCertificatesError>
Fetch the Mojang-provided key-pair for your player, which is used for cryptographically signing chat messages.