Click or drag to resize

Credentials Constructor (String, String, String)

Constructor that takes the user name and password.

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Credentials(
	string username,
	string password,
	string url = null
)

Parameters

username
Type: SystemString
The string containing the user name.
password
Type: SystemString
A string containing the password.
url (Optional)
Type: SystemString
The service endpoint.
See Also