RDK Documentation (Open Sourced RDK Components)
|
Aamp challenge info to get the License. More...
#include <AampDrmHelper.h>
Data Fields | |
std::shared_ptr< DrmData > | data |
std::string | url |
std::string | accessToken |
Aamp challenge info to get the License.
Definition at line 44 of file AampDrmHelper.h.
std::shared_ptr<DrmData> AampChallengeInfo::data |
Challenge data returned from the DRM system
Definition at line 46 of file AampDrmHelper.h.
std::string AampChallengeInfo::url |
Challenge URL returned from the DRM system
Definition at line 48 of file AampDrmHelper.h.
std::string AampChallengeInfo::accessToken |
Access token required for the license request (if applicable)
Definition at line 49 of file AampDrmHelper.h.