Table of Contents

Class AuthenticationOptions

Namespace
GroupeIsa.Neos.EndToEndTests.UI.Devices
Assembly
GroupeIsa.Neos.EndToEndTests.UI.dll
public class AuthenticationOptions
Inheritance
AuthenticationOptions
Inherited Members

Properties

Password

Gets or sets the password.

public string? Password { get; set; }

Property Value

string

Provider

Gets or sets the authentication provider.

public AuthenticationProvider Provider { get; set; }

Property Value

AuthenticationProvider