Class LaunchOptions
- Namespace
- GroupeIsa.Neos.EndToEndTests.UI.Devices
- Assembly
- GroupeIsa.Neos.EndToEndTests.UI.dll
Represents the launch options.
public class LaunchOptions
- Inheritance
-
LaunchOptions
- Inherited Members
Properties
AuthenticationOptions
Gets or sets the authentication options.
public AuthenticationOptions? AuthenticationOptions { get; set; }
Property Value
TenantName
Gets or sets the tenant identifier.
public string? TenantName { get; set; }
Property Value
UserEmail
Gets or sets the user email.
public string? UserEmail { get; set; }
Property Value
UserFirstName
Gets or sets the user first name.
public string? UserFirstName { get; set; }
Property Value
UserIdentifier
Gets or sets the user identifier.
public string? UserIdentifier { get; set; }
Property Value
UserLastName
Gets or sets the user last name.
public string? UserLastName { get; set; }