C# 클래스 XamarinCRM.Services.AuthenticationService

상속: IAuthenticationService
파일 보기 프로젝트 열기: xamarin/app-crm

공개 메소드들

메소드 설명
AuthenticateAsync ( ) : Task
AuthenticationService ( ) : System
BypassAuthentication ( ) : void

Used only for demo, to quickly bypass actual authentication

GetTokenAsync ( ) : Task
LogoutAsync ( ) : Task

비공개 메소드들

메소드 설명
GetConfigAsync ( ) : System.Threading.Tasks.Task

메소드 상세

AuthenticateAsync() 공개 메소드

public AuthenticateAsync ( ) : Task
리턴 Task

AuthenticationService() 공개 메소드

public AuthenticationService ( ) : System
리턴 System

BypassAuthentication() 공개 메소드

Used only for demo, to quickly bypass actual authentication
public BypassAuthentication ( ) : void
리턴 void

GetTokenAsync() 공개 메소드

public GetTokenAsync ( ) : Task
리턴 Task

LogoutAsync() 공개 메소드

public LogoutAsync ( ) : Task
리턴 Task