Table of Contents

Interface ILogin

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Login response data when successful.

public interface ILogin

Properties

Token

Authentication token for API requests.

string Token { get; }

Property Value

string

UserId

ID of the authenticated user.

ulong UserId { get; }

Property Value

ulong