Click or drag to resize

SessionAuthenticatorV2 Constructor

Initializes a new instance of the SessionAuthenticatorV2 class

Namespace:  ImmerseSDK.Authentication
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public SessionAuthenticatorV2(
	string sessionLink,
	bool logErrors = true
)

Parameters

sessionLink
Type: SystemString
logErrors (Optional)
Type: SystemBoolean
See Also