C# Class myProducts.Xamarin.ViewModels.LoginPageViewModel

Inheritance: BaseViewModel, ILoginPageViewModel
Show file Open project: ChristianWeyer/myProducts-End-to-End

Public Methods

Method Description
LogOut ( ) : void
LoginPageViewModel ( ITokenManager tokenManager ) : System

Private Methods

Method Description
LogIn ( ) : System.Threading.Tasks.Task

Method Details

LogOut() public method

public LogOut ( ) : void
return void

LoginPageViewModel() public method

public LoginPageViewModel ( ITokenManager tokenManager ) : System
tokenManager ITokenManager
return System