Click or drag to resize

CredentialsCreateAuthorization Method

Create basic authentication header data for REST requests.

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string CreateAuthorization()

Return Value

Type: String
The authentication data base64 encoded.
See Also