AuthenticationMethod public abstract class AuthenticationMethod : IAuthenticationMethod Documentation Code public string[] AllowedAuthentications { get; protected set; } public abstract string Name { get; } public string Username { get; } protected AuthenticationMethod(string username) public abstract AuthenticationResult Authenticate(Session session)