Interface SingleUseObjectKeyModel

    • Method Detail

      • getUserId

        String getUserId()
        Returns:
        ID of user which this token is for.
      • getActionId

        String getActionId()
        Returns:
        Action identifier this token is for.
      • getExpiration

        int getExpiration()
        Returns absolute number of seconds since the epoch in UTC timezone when the token expires.
      • getActionVerificationNonce

        UUID getActionVerificationNonce()
        Returns:
        Single-use random value used for verification whether the relevant action is allowed.
      • serializeKey

        default String serializeKey()