Table of Contents

Class Login

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class Login : Entity, ILogin
Inheritance
object
Login
Implements

Properties

Token

Authentication token for API requests.

public string Token { get; }

Property Value

string

UserId

ID of the authenticated user.

public ulong UserId { get; }

Property Value

ulong

Methods

Create(FluxerBaseClient, LoginJson)

Create a Login object from json.

public static Login Create(FluxerBaseClient client, LoginJson json)

Parameters

client FluxerBaseClient
json LoginJson

Returns

Login