Class LoginPanelModelMVC
public class LoginPanelModelMVC : ModelMVC<LoginPanelViewMVC>
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourLoginPanelModelMVC
- Inherited Members
- Extension Methods
Properties
CurrentAuthorizationManager
private AuthorizationManager CurrentAuthorizationManager { get; set; }
Property Value
Methods
TryLogin(string, string)
public bool TryLogin(string username, string password)