C# Class PocketCampus.Common.Services.Design.DesignAuthenticator

Inheritance: IAuthenticator
ファイルを表示 Open project: accandme/pocketcampus

Public Methods

Method Description
AuthenticateAsync ( string userName, string password ) : Task
AuthenticateAsync ( string userName, string password, string serviceKey ) : Task
LogOffAsync ( ) : System.Threading.Tasks.Task

Method Details

AuthenticateAsync() public method

public AuthenticateAsync ( string userName, string password ) : Task
userName string
password string
return Task

AuthenticateAsync() public method

public AuthenticateAsync ( string userName, string password, string serviceKey ) : Task
userName string
password string
serviceKey string
return Task

LogOffAsync() public method

public LogOffAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task