Click or drag to resize

UtilityGetToken Method

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool GetToken(
	UtilityOnGetToken callback,
	string serviceEndpoint,
	string username,
	string password,
	string tokenName = ""
)

Parameters

callback
Type: IBM.Watson.DeveloperCloud.UtilitiesUtilityOnGetToken
serviceEndpoint
Type: SystemString
username
Type: SystemString
password
Type: SystemString
tokenName (Optional)
Type: SystemString

Return Value

Type: Boolean
See Also