Class AuthorizationHeaderAuthenticationImpl

java.lang.Object
com.commercetools.api.models.extension.AuthorizationHeaderAuthenticationImpl
All Implemented Interfaces:
AuthorizationHeaderAuthentication, HttpDestinationAuthentication, io.vrap.rmf.base.client.ModelBase

public class AuthorizationHeaderAuthenticationImpl extends Object implements AuthorizationHeaderAuthentication, io.vrap.rmf.base.client.ModelBase

The Authorization header will be set to the content of headerValue. The authentication scheme (such as Basic or Bearer) should be included in the headerValue.

For example, the headerValue for Basic Authentication should be set to Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==.