Click or drag to resize

RestClientAuthenticateUser Method

Namespace:  Unvired.Kernel.UWP.Sync
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Task AuthenticateUser(
	void userName,
	RestResponse password
)

Parameters

userName
Type: SystemVoid
password
Type: Unvired.Kernel.SyncResponseRestResponse

Return Value

Type: TaskTResult
See Also