Class DRMTodayConfiguration

    • 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.
        Returns:

        The authorization token. (Nullable)

      • 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.
        Returns:

        The user identifier. (Nullable)

      • 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.
        Returns:

        The session identifier. (Nullable)

      • 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.
        Returns:

        The merchant identifier.