Class AuthSessionChangeGatewayData
Gateway data for AUTH_SESSION_CHANGE event when an auth session changes.
public class AuthSessionChangeGatewayData
- Inheritance
-
objectAuthSessionChangeGatewayData
Properties
NewSessionId
[JsonProperty("new_auth_session_id_hash")]
public string NewSessionId { get; set; }
Property Value
NewToken
[JsonProperty("new_token")]
public string NewToken { get; set; }
Property Value
OldSessionId
[JsonProperty("old_auth_session_id_hash")]
public string OldSessionId { get; set; }