FormsService LoginAs Method (String, String, String)frevvo Live Forms
Login to frevvo as any of the existing tenant users, provided you can pass in the tenant's admin user and password.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public AutoLoginUserInfo LoginAs(
	string loginAsUser,
	string tenantAdminUser,
	string tenantAdminPwd
)

Return Value

Type: AutoLoginUserInfo
AutoLoginUserInfo with information regarding the user that was logged in
See Also