Class TitaniumDRMConfiguration

    • Method Detail

      • getAccountName

         final String getAccountName()

        The account name. (NonNull)

        • Required when doing device-based authentication.

      • getCustomerName

         final String getCustomerName()

        The customer name. (NonNull)

        • Required when doing device-based authentication.

      • getPortalId

         final String getPortalId()

        The identifier of the portal. (NonNull)

        • Required when doing device-based authentication.

      • getAuthToken

         final String getAuthToken()

        The authentication token. (Nullable)

        • This is a JSON token provided by the Titanium Secure Token Server.

        • Required when doing token-based authentication.

      • getVersion

         final String getVersion()

        The version of Titanium. (NonNull)

        • Only version 2 and 3 are supported.

        Default: "2"