Click or drag to resize

IAuthLogOnWithPassword Method

Simple login. Sends back a cookie that can be used to authenticate all future WS calls

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
bool LogOnWithPassword(
	string userKey,
	string password
)

Parameters

userKey
Type: SystemString
The user's key
password
Type: SystemString
The user's password

Return Value

Type: Boolean
True if the login succeeded
See Also