public class BasicAuthenticationCredentials extends Object implements ServiceClientCredentials
| Constructor and Description |
|---|
BasicAuthenticationCredentials(String userName,
String password)
Instantiates a new basic authentication credential.
|
public String authorizationHeaderValue(String uri)
authorizationHeaderValue in interface ServiceClientCredentialsuri - The URI to which the request is being made./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/