Click or drag to resize

AuthClient Constructor (IAuthData)

Initializes a new instance of the AuthClient class

Namespace:  SoftGear.Strix.Client.Core.Auth
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
public AuthClient(
	IAuthData authData
)

Parameters

authData
Type: SoftGear.Strix.Client.Core.AuthIAuthData
See Also