Click or drag to resize

AuthClientOnLoginResponse Method

Namespace:  SoftGear.Strix.Client.Core.Auth
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
public virtual void OnLoginResponse(
	IRequestResult<LoginResponse> result
)

Parameters

result
Type: SoftGear.Strix.Client.Core.RequestIRequestResultLoginResponse
See Also