Offline Account

Offline Login

This session cannot be used in online-mode server or realm.

using CmlLib.Core.Auth;

MSession session = MSession.CreateOfflineSession("username");

Creating your own session data

using CmlLib.Core.Auth;

MSession session = new MSession("username", "accesstoken", "uuid");

Last updated