-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.responses.app.appchecksessionresponse
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components.Responses.App
Response from a session check.
public class AppCheckSessionResponse : NewgroundsIODotNet.Components.Interfaces.INgioComponentResponse, NewgroundsIODotNet.Components.Interfaces.INgioSessionResponse
Inheritance Object → AppCheckSessionResponse
Implements INgioComponentResponse, INgioSessionResponse
public string Component { get; }
public bool Success { get; set; }
public Dictionary<string, object> Data { get; }
public bool Debug { get; }
public Nullable<NgioServerError> Error { get; }
Session object returned by the check.
public Nullable<Session> Session { get; }