Skip to content

newgroundsiodotnet.components.responses.app.appchecksessionresponse

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

AppCheckSessionResponse

Namespace: NewgroundsIODotNet.Components.Responses.App

Response from a session check.

public class AppCheckSessionResponse : NewgroundsIODotNet.Components.Interfaces.INgioComponentResponse, NewgroundsIODotNet.Components.Interfaces.INgioSessionResponse

Inheritance ObjectAppCheckSessionResponse
Implements INgioComponentResponse, INgioSessionResponse

Properties

Component

public string Component { get; }

Property Value

String

Success

public bool Success { get; set; }

Property Value

Boolean

Data

public Dictionary<string, object> Data { get; }

Property Value

Dictionary<String, Object>

Debug

public bool Debug { get; }

Property Value

Boolean

Error

public Nullable<NgioServerError> Error { get; }

Property Value

Nullable<NgioServerError>

Session

Session object returned by the check.

public Nullable<Session> Session { get; }

Property Value

Nullable<Session>

Clone this wiki locally