From 00a491d93733d4625ad329b2ba8237f445364b3f Mon Sep 17 00:00:00 2001 From: Mirta Date: Wed, 30 Dec 2020 16:39:52 +0200 Subject: merge --- .../Authentication/IAuthenticationProvider.cs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Authentication') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Authentication/IAuthenticationProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Authentication/IAuthenticationProvider.cs index ca927e6df..33761c8d6 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Authentication/IAuthenticationProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Authentication/IAuthenticationProvider.cs @@ -22,11 +22,6 @@ namespace Tango.PPC.Common.Authentication /// User CurrentUser { get; } - /// - /// Gets a value indicating whether the authentication provider is using a null user. - /// - bool AuthenticationRequired { get; } - /// /// Performs a user login by the specified email and password. /// @@ -36,12 +31,6 @@ namespace Tango.PPC.Common.Authentication /// Task Login(String email, String password, bool encrypt = true); - /// - /// Performs a fake login when no authentication is used. - /// - /// - Task Login(); - /// /// Logs-out the current logged-in user. /// -- cgit v1.3.1