Table of Contents

Class AuthSessionChangeGatewayData

Namespace
Fluxer.Net.Gateway
Assembly
Fluxer.Net.dll

Gateway data for AUTH_SESSION_CHANGE event when an auth session changes.

public class AuthSessionChangeGatewayData
Inheritance
object
AuthSessionChangeGatewayData

Properties

NewSessionId

[JsonProperty("new_auth_session_id_hash")]
public string NewSessionId { get; set; }

Property Value

string

NewToken

[JsonProperty("new_token")]
public string NewToken { get; set; }

Property Value

string

OldSessionId

[JsonProperty("old_auth_session_id_hash")]
public string OldSessionId { get; set; }

Property Value

string