Class LoginPanelModelMVP
public class LoginPanelModelMVP : ModelMVP<LoginPanelPresenterMVP>
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourLoginPanelModelMVP
- Inherited Members
- Extension Methods
Properties
CurrentAuthorizationManager
private AuthorizationManager CurrentAuthorizationManager { get; set; }
Property Value
Methods
TryLogin(string, string)
public bool TryLogin(string username, string password)