Class TitaniumDRMConfiguration

    • Constructor Detail

    • Method Detail

      • getAccountName

        @NonNull() String getAccountName()

        The account name.

        • Required when doing device-based authentication.
        Returns:

        The name of the account. (NonNull)

      • getCustomerName

        @NonNull() String getCustomerName()

        The customer name.

        • Required when doing device-based authentication.
        Returns:

        The name of the customer. (NonNull)

      • getPortalId

        @NonNull() String getPortalId()

        The identifier of the portal.

        • Required when doing device-based authentication.
        Returns:

        The portal identifier. (NonNull)

      • getAuthToken

        @Nullable() String getAuthToken()

        The authentication token.

        • This is a JSON token provided by the Titanium Secure Token Server.
        • Required when doing token-based authentication.
        Returns:

        The authentication token. (Nullable)

      • getVersion

        @NonNull() String getVersion()

        The version of Titanium

        • Only version 2 and 3 are supported.

        Default: "2"

        Returns:

        The Titanium version. (NonNull)