C# 클래스 TempHire.Authentication.FakeAuthenticationService

상속: IAuthenticationService, IUserService
파일 보기 프로젝트 열기: IdeaBlade/Cocktail.AsyncPack

공개 메소드들

메소드 설명
Login ( ILoginCredential credential ) : void
LoginAsync ( ILoginCredential credential, Action onSuccess = null, Action onFail = null ) : Cocktail.OperationResult
Logout ( ) : void
LogoutAsync ( Action callback = null ) : Cocktail.OperationResult

메소드 상세

Login() 공개 메소드

public Login ( ILoginCredential credential ) : void
credential ILoginCredential
리턴 void

LoginAsync() 공개 메소드

public LoginAsync ( ILoginCredential credential, Action onSuccess = null, Action onFail = null ) : Cocktail.OperationResult
credential ILoginCredential
onSuccess Action
onFail Action
리턴 Cocktail.OperationResult

Logout() 공개 메소드

public Logout ( ) : void
리턴 void

LogoutAsync() 공개 메소드

public LogoutAsync ( Action callback = null ) : Cocktail.OperationResult
callback Action
리턴 Cocktail.OperationResult