C# 클래스 Street.MvxPlugins.AzureMobileAuthN.Services.LoginService

상속: ILoginService
파일 보기 프로젝트 열기: kstreet/Street.MvxPlugins

공개 메소드들

메소드 설명
LoginAsync ( AuthNProviderType authenticationProviderType ) : Task
LoginService ( IAuthNProvider authenticationProvider, IAuthNProviderSettings authenticationProviderSettings, IMvxMessenger mvxMessenger ) : System.Diagnostics
Logout ( ) : void

메소드 상세

LoginAsync() 공개 메소드

public LoginAsync ( AuthNProviderType authenticationProviderType ) : Task
authenticationProviderType AuthNProviderType
리턴 Task

LoginService() 공개 메소드

public LoginService ( IAuthNProvider authenticationProvider, IAuthNProviderSettings authenticationProviderSettings, IMvxMessenger mvxMessenger ) : System.Diagnostics
authenticationProvider IAuthNProvider
authenticationProviderSettings IAuthNProviderSettings
mvxMessenger IMvxMessenger
리턴 System.Diagnostics

Logout() 공개 메소드

public Logout ( ) : void
리턴 void