Package 

Class DRMTodayConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class DRMTodayConfiguration.Builder

      The builder for the DRM Today configuration.

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getToken() The DRM Today authorization token.
      String getUserId() The identifier of the user.
      String getSessionId() The identifier of the session.
      String getMerchant() The identifier of the merchant
      • This attribute is required when you use the User Authentication Callback flow to make the license request.
      • Methods inherited from class com.theoplayer.android.api.source.drm.DRMConfiguration

        equals, getClearkey, getCustomIntegrationId, getFairplay, getIntegration, getIntegrationParameters, getPlayready, getWidevine, hashCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getToken

        @Nullable() String getToken()

        The DRM Today authorization token.

        • This attribute is required when you use the User Authentication Callback flow to make the license request.
      • getUserId

        @Nullable() String getUserId()

        The identifier of the user.

        • This attribute is required when you use the User Authentication Callback flow to make the license request.
      • getSessionId

        @Nullable() String getSessionId()

        The identifier of the session.

        • This attribute is required when you use the User Authentication Callback flow to make the license request.
      • getMerchant

        @Nullable() String getMerchant()

        The identifier of the merchant

        • This attribute is required when you use the User Authentication Callback flow to make the license request.