Availability
This routine is available starting with katl-commons 3.0.1.
Syntax
usernameToUserKey(username)
Description
Returns the user key for the provided username.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
username | String | Yes | User name. |
Return type
string
Returns the user key.
Example
string userKey = usernameToUserKey("someUsername");
See also