Interface RedeemData


public interface RedeemData
The data with the information required to redeem the token.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    The URL where the token must be redeemed.
    The token that must be redeemed in the backend.
  • Method Details

    • token

      String token()
      The token that must be redeemed in the backend.
      Returns:
      the token
    • redeemUrl

      URI redeemUrl()
      The URL where the token must be redeemed.
      Returns:
      the URL where the token must be redeemed