CmlLib
한국어 (v3)
한국어 (v3)
  • 🧊CmlLib Projects
  • [AD] 커스텀 런처 주문제작
  • 🚀CmlLib.Core
    • 홈
    • 시작하기
      • CMLauncher
      • 게임 경로 설정
      • 실행 옵션 설정
      • 이벤트 처리
    • 로그인과 세션
      • 마이크로소프트 엑스박스 계정
      • 예전 모장 계정
      • 오프라인 계정
    • 고급 기능
      • VersionLoader
      • Version
      • FileChecker
      • Downloader
    • 모드 로더 인스톨러
      • Forge Installer
      • Fabric Installer
      • LiteLoader Installer
    • 유틸리티
      • Minecraft Changelogs
    • 자료
      • 자주 묻는 질문
      • 알려진 문제
      • 예시 런처
      • 라이센스
  • 🔓Auth.Microsoft
    • 홈
    • CmlLib.Core.Auth.Microsoft
      • JELoginHandler
      • JELoginHandlerBuilder
      • JEAuthenticator
    • XboxAuthNet.Game
      • OAuth
      • XboxAuth
      • XboxAuthException
      • AccountManager
      • Accounts
    • XboxAuthNet.Game.Msal
      • ClientID
      • MsalClientHelper
      • OAuth
    • CmlLib.Core.Bedrock.Auth
    • 자료
  • 🌐MojangAPI
    • 홈
    • Mojang API
    • SecurityQuestion
  • ⚒️Installer.Forge
    • 홈
    • 지원되는 버전
    • 시작하기
    • MForge
    • ForgeVersionLoader
Powered by GitBook
On this page
  • 설치
  • 사용법
  • Authentication
Edit on GitHub
  1. MojangAPI

홈

Previous자료NextMojang API

Last updated 1 year ago

Discord

를 위한 .NET 라이브러리, 와 .

  • Asynchronous API

  • Getting Player Data

  • Changing Player Name or Skin

  • Mojang Authentication

  • Microsoft Authentication

  • Security Question-Answer

  • Statistics

Support:

  • netstandard 2.0

설치

사용법

Include these namespaces :

using MojangAPI;
using MojangAPI.Model;

Mojang API

플레이어 프로필 가저오기, 이름이나 스킨 바꾸기, 통계 확인, 차단된 서버 확인, 게임 소유 확인 등등

SecurityQuestion

Security question-answer flow

Authentication

로그인을 위해서 로그인과 세션 를 확인하거나 CmlLib.Core.Auth.Microsoft 라이브러리를 사용하세요.

Use Nuget package or download dll from .

Sample program:

🌐
MojangAPI
release
MojangAPISample
GitHub
Mojang API
Mojang Authentication
Microsoft Xbox Authentication