 | RESTClientAsyncGetLoginToken Method |
Gets the login token.
Namespace:
Koden.Utils.REST
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxpublic Task<LoginTokenResult> GetLoginToken(
string endpoint,
string userID,
string password
)
Public Function GetLoginToken (
endpoint As String,
userID As String,
password As String
) As Task(Of LoginTokenResult)
public:
Task<LoginTokenResult^>^ GetLoginToken(
String^ endpoint,
String^ userID,
String^ password
)
member GetLoginToken :
endpoint : string *
userID : string *
password : string -> Task<LoginTokenResult>
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