Interface ILogin
Login response data when successful.
public interface ILogin
Properties
Token
Authentication token for API requests.
string Token { get; }
Property Value
UserId
ID of the authenticated user.
ulong UserId { get; }
Login response data when successful.
public interface ILogin
Authentication token for API requests.
string Token { get; }
ID of the authenticated user.
ulong UserId { get; }