public interface OAuthCredential
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationHeader(String resourceURI,
String httpMethod)
Get Authorization Header for the OAuth 1.0a & OAuth 2.0 specification
|
String |
getAuthrorizationProperty(String key)
Get Authorization Token properties by Name
|
String getAuthorizationHeader(String resourceURI, String httpMethod)
resourceURI - - protected resource that is being accessedhttpMethod - - for ex: GET, PUTCopyright © 2020. All rights reserved.