Skip to main content

ResQ.Clients.CoordinationHceClient

CoordinationHceClient.AuthenticateAsync(string, string, CancellationToken) Method

Authenticates with HCE to get JWT token (if auth is enabled).
public System.Threading.Tasks.Task<bool> AuthenticateAsync(string username, string password, System.Threading.CancellationToken ct=default(System.Threading.CancellationToken));

Parameters

username System.String password System.String ct System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<System.Boolean>