AceQL HTTP C# Client SDK v7.7

AceQLCredential Constructor (String, String)

Initializes a new instance of the AceQLCredential class. This constructor allows authentication without a password using a session_id value returned by AceQL login API on server side.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public AceQLCredential(
	string username,
	string sessionId
)

Parameters

username
Type: String
The username.
sessionId
Type: String
The session_id value returned by AceQL login API on server side.