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.ClientAssembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax
Parameters
- loginAsUser
- Type:
System String
The user name to login as
- tenantAdminUser
- Type:
System String
The tenant's admin user name
- tenantAdminPwd
- Type:
System String
The tenant's admin password
- isVirtual
- Type:
System Boolean
Whether the specified loginAsUser is virtual (tenant must be configured with DelegatingSecurityManager). By default, virtual users are non-designers (i.e. will be able to participate in flows but not create forms/flows). The user will be created only if it does not yet exist.
- roles
- Type:
System String
If requesting a virtual user, specify roles that should be played. For example to add the designer role, pass in frevvo.Designer.
- firstname
- Type:
System String
If requesting a virtual user, specify the first name
- lastname
- Type:
System String
If requesting a virtual user, specify the last name
- Type:
System String
If requesting a virtual user, specify the email address
- customParams
- Type:
System.Collections.Generic IDictionary
String,
String
If requesting a virtual user, specify custom name value pairs (e.g. customParams["autoLogin"] = "true")
Return Value
Type: AutoLoginUserInfoAutoLoginUserInfo with information regarding the user that was logged in
See Also