Table of Contents

Class LoginPanelModelMVVM

Namespace
CodeBase.Patterns.Example
Assembly
4Experience.CodeBase.Patterns.Samples.dll
public class LoginPanelModelMVVM : ExtendedMonoBehaviour
Inheritance
Object
Component
Behaviour
MonoBehaviour
LoginPanelModelMVVM
Extension Methods

Properties

CurrentAuthorizationManager

private AuthorizationManager CurrentAuthorizationManager { get; set; }

Property Value

AuthorizationManager

Methods

TryLogin(string, string)

public bool TryLogin(string username, string password)

Parameters

username string
password string

Returns

bool