Class AuthenticationService
Inheritance
AuthenticationService
Assembly: AcousticWorkbench.dll
Syntax
public class AuthenticationService : Service
Constructors
|
Improve this Doc
View Source
AuthenticationService(IApi)
Declaration
public AuthenticationService(IApi api)
Parameters
Type |
Name |
Description |
IApi |
api |
|
Methods
|
Improve this Doc
View Source
CheckLogin(String)
Declaration
public async Task<IAuthenticatedApi> CheckLogin(string token)
Parameters
Type |
Name |
Description |
String |
token |
|
Returns
|
Improve this Doc
View Source
Login(String, String)
Declaration
public async Task<IAuthenticatedApi> Login(string username, string password)
Parameters
Returns
Extension Methods