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)
Syntaxpublic static Task AuthenticateUser(
void userName,
RestResponse password
)
Public Shared Function AuthenticateUser (
userName As Void,
password As RestResponse
) As Task
public:
static Task^ AuthenticateUser(
void userName,
RestResponse^ password
)
static member AuthenticateUser :
userName : unit *
password : RestResponse -> Task
Parameters
- userName
- Type: SystemVoid
- password
- Type: Unvired.Kernel.SyncResponseRestResponse
Return Value
Type:
TaskTResult
See Also