Skip to content

newgroundsiodotnet.components.requests.app.appchecksessionrequest

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

AppCheckSessionRequest

Namespace: NewgroundsIODotNet.Components.Requests.App

Request for a Session to be checked against NG's servers.

public class AppCheckSessionRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest

Inheritance ObjectAppCheckSessionRequest
Implements INgioComponentRequest

Properties

Component

public string Component { get; }

Property Value

String

Parameters

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

Property Value

Dictionary<String, Object>

Echo

public object Echo { get; set; }

Property Value

Object

RequiresSecureCall

public bool RequiresSecureCall { get; }

Property Value

Boolean

Constructors

AppCheckSessionRequest()

public AppCheckSessionRequest()
Clone this wiki locally