Class Login
Fluxer entity with client attached.
public class Login : Entity, ILogin
- Inheritance
-
objectLogin
- Implements
Properties
Token
Authentication token for API requests.
public string Token { get; }
Property Value
UserId
ID of the authenticated user.
public ulong UserId { get; }
Property Value
Methods
Create(FluxerBaseClient, LoginJson)
Create a Login object from json.
public static Login Create(FluxerBaseClient client, LoginJson json)
Parameters
clientFluxerBaseClientjsonLoginJson