public interface ServiceClientCredentials
| Modifier and Type | Method and Description |
|---|---|
String |
authorizationHeaderValue(String uri) |
String authorizationHeaderValue(String uri) throws IOException
uri - The URI to which the request is being made.IOException - if unable to get the authorization header value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/