Click or drag to resize

RESTClientAsyncGetLoginToken Method

Gets the login token.

Namespace:  Koden.Utils.REST
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public Task<LoginTokenResult> GetLoginToken(
	string endpoint,
	string userID,
	string password
)

Parameters

endpoint
Type: SystemString
The endpoint.
userID
Type: SystemString
The user identifier.
password
Type: SystemString
The password.

Return Value

Type: TaskLoginTokenResult

[Missing <returns> documentation for "M:Koden.Utils.REST.RESTClientAsync.GetLoginToken(System.String,System.String,System.String)"]

See Also