16 #ifndef ACSDKAUTHORIZATIONINTERFACES_LWA_LWAAUTHORIZATIONINTERFACE_H_ 17 #define ACSDKAUTHORIZATIONINTERFACES_LWA_LWAAUTHORIZATIONINTERFACE_H_ 25 namespace acsdkAuthorizationInterfaces {
42 virtual bool authorizeUsingCBL(
const std::shared_ptr<CBLAuthorizationObserverInterface>& observer) = 0;
54 const std::shared_ptr<CBLAuthorizationObserverInterface>& observer) = 0;
61 #endif // ACSDKAUTHORIZATIONINTERFACES_LWA_LWAAUTHORIZATIONINTERFACE_H_ Definition: LWAAuthorizationInterface.h:31
virtual ~LWAAuthorizationInterface()=default
Destructor.
Definition: AuthorizationInterface.h:27
virtual bool authorizeUsingCBL(const std::shared_ptr< CBLAuthorizationObserverInterface > &observer)=0
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
virtual bool authorizeUsingCBLWithCustomerProfile(const std::shared_ptr< CBLAuthorizationObserverInterface > &observer)=0