10Duke Java Core
|
Interface class of an authorization provider that supplies tokens and headers.
Public Member Functions | |
String | buildAuthorizationHeader () |
Builds value for Authorization header to use for authorizing API calls to the 10Duke Scale API. | |
String | signingKeyId () |
Returns the key identifier of the key that was used to sign the Authorization header token. | |
String tenduke.sdk.core.service.AuthorizationProvider.buildAuthorizationHeader | ( | ) |
Builds value for Authorization header to use for authorizing API calls to the 10Duke Scale API.
Note: does not include the header name and colon Authorization:
.
Authorization
header value. Implemented in tenduke.sdk.core.auth.SingleUserAuthorizationProvider.
String tenduke.sdk.core.service.AuthorizationProvider.signingKeyId | ( | ) |
Returns the key identifier of the key that was used to sign the Authorization header token.
Implemented in tenduke.sdk.core.auth.SingleUserAuthorizationProvider.