C# Class XamarinCRM.Services.AuthenticationService

Inheritance: IAuthenticationService
ファイルを表示 Open project: xamarin/app-crm

Public Methods

Method Description
AuthenticateAsync ( ) : Task
AuthenticationService ( ) : System
BypassAuthentication ( ) : void

Used only for demo, to quickly bypass actual authentication

GetTokenAsync ( ) : Task
LogoutAsync ( ) : Task

Private Methods

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

Method Details

AuthenticateAsync() public method

public AuthenticateAsync ( ) : Task
return Task

AuthenticationService() public method

public AuthenticationService ( ) : System
return System

BypassAuthentication() public method

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

GetTokenAsync() public method

public GetTokenAsync ( ) : Task
return Task

LogoutAsync() public method

public LogoutAsync ( ) : Task
return Task